Vector3 Fields |
The Vector3 type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | NegativeInfinity |
Defines an instance with all components set to negative infinity.
|
![]() ![]() | One |
Defines an instance with all components set to 1.
|
![]() ![]() | PositiveInfinity |
Defines an instance with all components set to positive infinity.
|
![]() ![]() | SizeInBytes |
Defines the size of the Vector3d struct in bytes.
|
![]() ![]() | UnitX |
Defines a unit-length Vector3d that points towards the X-axis.
|
![]() ![]() | UnitY |
Defines a unit-length Vector3d that points towards the Y-axis.
|
![]() ![]() | UnitZ |
/// Defines a unit-length Vector3d that points towards the Z-axis.
|
![]() | x |
The X component of the Vector3.
|
![]() | y |
The Y component of the Vector3.
|
![]() | z |
The Z component of the Vector3.
|
![]() ![]() | Zero |
Defines a zero-length Vector3.
|