Tao.Ode SDK Documentation

Ode.dVector4.Item Property

Indexer to support use of array syntax as found in ODE examples X = 0, Y = 1, Z = 2, W = 3

[Visual Basic]
Public Default Property Item( _
   ByVal index As Integer _
) As Single
[C#]
public float this[
   int index
] {get; set;}

See Also

Ode.dVector4 Class | Tao.Ode Namespace