Vector3 Properties |
The Vector3 type exposes the following members.
Name | Description | |
---|---|---|
Item |
Gets or sets a vector element defined by its index.
| |
NaN |
Represents a vector with not a number components.
| |
Unit |
Unit vector.
| |
UnitX |
Unit X vector.
| |
UnitY |
Unit Y vector.
| |
UnitZ |
Unit Z vector.
| |
X |
Gets or sets the X component.
| |
Y |
Gets or sets the Y component.
| |
Z |
Gets or sets the Z component.
| |
Zero |
Zero vector.
|