Click or drag to resize
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
)

Parameters

x
Type: SystemSingle
X coordinate.
y
Type: SystemSingle
Y coordinate.
z
Type: SystemSingle
Z coordinate.

Return Value

Type: NChartVector3
New instance of NChartVector3.
See Also