Tao.Ode SDK Documentation |
|
Ode.dVector3.Item Property
Indexer to support use of array syntax as found in ODE examples X = 0, Y = 1, Z = 2
[Visual Basic]
Public Default Property Item( _
ByVal
index As
Integer _
) As
Single
[C#]
public
float this[
int index] {get; set;}
See Also
Ode.dVector3 Class | Tao.Ode Namespace