Vector3F.Item

Vector3F indexer

Gets a coordinate at the specified index.

public float this[int i] { get; }
ParameterDescription
iThe index.

Return Value

coordinate.

See Also