Vec3D Properties |
The Vec3D type exposes the following members.
Name | Description | |
---|---|---|
FloatX |
Returns the position along the X axis as a float value.
| |
FloatY |
Returns the position along the Y axis as a float value.
| |
FloatZ |
Returns the position along the Z axis as a float value.
| |
IntX |
Returns the position along the X axis as an integer value.
| |
IntY |
Returns the position along the Y axis as an integer value.
| |
IntZ |
Returns the position along the Z axis as an integer value.
|