NChartVectorHelperVectorMake Method |
Create NChartVector3 with given parameters.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public static NChartVector3 VectorMake(
float x,
float y,
float z
)
Public Shared Function VectorMake (
x As Single,
y As Single,
z As Single
) As NChartVector3
public:
static NChartVector3 VectorMake(
[InAttribute] float x,
[InAttribute] float y,
[InAttribute] float z
)
Parameters
- x
- Type: SystemSingle
X coordinate. - y
- Type: SystemSingle
Y coordinate. - z
- Type: SystemSingle
Z coordinate.
Return Value
Type:
NChartVector3New instance of NChartVector3.
See Also