Property | Type | Description | |
---|---|---|---|
X | dReal |
Method | Description | |
---|---|---|
ToArray ( ) : dReal[] |
|
|
dVector4 ( dReal x, dReal y, dReal z, dReal w ) : System |
|
|
this ( int index ) : dReal |
Indexer to support use of array syntax as found in ODE examples X = 0, Y = 1, Z = 2, W = 3
|
public dVector4 ( dReal x, dReal y, dReal z, dReal w ) : System | ||
x | dReal | |
y | dReal | |
z | dReal | |
w | dReal | |
return | System |