Returns coordinates of the vertex number i.

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

Syntax

C#
Vector3 GetVertex(
	int i
)

Parameters

i
Type: System..::.Int32
Consecutive number of the vertex in the box.

Return Value

Returns the Vector3 vertex coordinates.

See Also