| Vector3F Fields |
The Vector3F type exposes the following members.
| Name | Description | |
|---|---|---|
| Backward |
Returns a unit Vector3F pointing backward (0, 0, 1).
(Only available in the XNA-compatible build.)
| |
| Down |
Returns a unit Vector3F pointing down (0, −1, 0).
(Only available in the XNA-compatible build.)
| |
| Forward |
Returns a unit Vector3F pointing forward (0, 0, −1).
(Only available in the XNA-compatible build.)
| |
| Left |
Returns a unit Vector3F pointing left (-1, 0, 0).
(Only available in the XNA-compatible build.)
| |
| One |
Returns a Vector3F with all of its components set to one.
| |
| Right |
Returns a unit Vector3F pointing right (1, 0, 0).
(Only available in the XNA-compatible build.)
| |
| UnitX |
Returns the x unit Vector3F (1, 0, 0).
| |
| UnitY |
Returns the value2 unit Vector3F (0, 1, 0).
| |
| UnitZ |
Returns the z unit Vector3F (0, 0, 1).
| |
| Up |
Returns a unit Vector3F pointing up (0, 1, 0).
(Only available in the XNA-compatible build.)
| |
| X |
The x component.
| |
| Y |
The y component.
| |
| Z |
The z component.
| |
| Zero |
Returns a Vector3F with all of its components set to zero.
|