Returns the axis according to the index.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public Vector3 GetAxis(
	int index
)

Parameters

index
Type: System..::.Int32
Axis number, see the table :
Value 0axis X.
Value 1axis Y.
Value 2axis Z.

Return Value

Returns the axis vector.

See Also