Returns the j-th component of the i-th vector. The j parameter values are given in the GetVector3Coordinate(Vector3, Int32). XSpaceUtility..::.GetVector3Coordinate(Vector3, Int32)

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

Syntax

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

Parameters

i
Type: System..::.Int32
The vertex number.
j
Type: System..::.Int32
The vertex item number.

Implements

IXVertexArray..::.Item[([(Int32, Int32])])

See Also