Click or drag to resize

Vector3 Fields

The Vector3 type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberNegativeInfinity Defines an instance with all components set to negative infinity.
Public fieldStatic memberOne Defines an instance with all components set to 1.
Public fieldStatic memberPositiveInfinity Defines an instance with all components set to positive infinity.
Public fieldStatic memberSizeInBytes Defines the size of the Vector3d struct in bytes.
Public fieldStatic memberUnitX Defines a unit-length Vector3d that points towards the X-axis.
Public fieldStatic memberUnitY Defines a unit-length Vector3d that points towards the Y-axis.
Public fieldStatic memberUnitZ /// Defines a unit-length Vector3d that points towards the Z-axis.
Public fieldx The X component of the Vector3.
Public fieldy The Y component of the Vector3.
Public fieldz The Z component of the Vector3.
Public fieldStatic memberZero Defines a zero-length Vector3.
Top
See Also