The Vector3 type exposes the following members.
Properties
| Name | Description |
---|
| One |
Returns the vector (1,1,1).
|
| UnitX |
Returns the vector (1,0,0).
|
| UnitY |
Returns the vector (0,1,0).
|
| UnitZ |
Returns the vector (0,0,1).
|
| Zero |
Returns the vector (0,0,0).
|
TopSee Also