Returns the Vector3 vector at the given index.

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

Syntax

C#
Vector3 this[
	int i
] { get; }

Parameters

i
Type: System..::.Int32
Index in the array.

See Also