Click or drag to resize

Vertex3DBuildAxis Method

Build Axis

Namespace: VIZCore3D.NET.Data
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public bool BuildAxis(
	out Vertex3D v1,
	out Vertex3D v2,
	out Vertex3D v3
)

Parameters

v1  Vertex3D
Axis X
v2  Vertex3D
Axis Y
v3  Vertex3D
Axis Z

Return Value

Boolean
Result
See Also