Returns the k-th component of the i-th vector. The index j corresponds to the vector's consecutive number in the face. Each face has just 3 vertices so the value j lies in the interval 0 to 2. The parameter k values are given in the GetVector3Coordinate(Vector3, Int32).

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

Syntax

C#
float this[
	int i,
	int j,
	int k
] { get; }

Parameters

i
Type: System..::.Int32
Index in the array.
j
Type: System..::.Int32
J-th face component.
k
Type: System..::.Int32
K-th component of the face vector.

See Also