The Vector4F type exposes the following members.
Fields
| Name | Description |
---|
  | One |
Returns the vector (1,1,1,1).
|
 | W |
The W component of the vector.
|
 | X |
The X component of the vector.
|
 | Y |
The Y component of the vector.
|
 | Z |
The Z component of the vector.
|
  | Zero |
Returns the vector (0,0,0,0).
|
Top
See Also