![]() |
Vector3 Properties |
The Vector3 type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsNaN |
Gets a value indicating whether this vector is NaN vector.
|
![]() | IsZero |
Gets a value indicating whether this vector is the zero vector.
|
![]() | Item |
Gets or sets a vector component at the given index.
|
![]() | Length |
Gets the length of vector.
|
![]() ![]() | NaN |
Gets an NaN vector.
|
![]() | SquaredLength |
Gets the squared length of vector.
|
![]() | Unitized |
Gets the normalized vector.
|
![]() ![]() | UnitX |
Gets the x-unit vector (1, 0, 0).
|
![]() ![]() | UnitY |
Gets the y-unit vector (0, 1, 0).
|
![]() ![]() | UnitZ |
Gets the z-unit vector (0, 0, 1).
|
![]() | X |
Gets or sets the X-coordinate.
|
![]() ![]() | XAxis |
Gets the value of the vector with components 1,0,0.
|
![]() | Y |
Gets or sets the Y-coordinate.
|
![]() ![]() | YAxis |
Gets the value of the vector with components 0,1,0.
|
![]() | Z |
Gets or sets the Z-coordinate.
|
![]() ![]() | ZAxis |
Gets the value of the vector with components 0,0,1.
|
![]() ![]() | Zero |
Gets the zero vector.
|