Click or drag to resize

Vector3F Fields

The Vector3F type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberOne Returns the vector (1,1,1).
Public fieldX The X component of the vector.
Public fieldStatic memberXAxis Returns the vector (1,0,0).
Public fieldY The Y component of the vector.
Public fieldStatic memberYAxis Returns the vector (0,1,0).
Public fieldZ The Z component of the vector.
Public fieldStatic memberZAxis Returns the vector (0,0,1).
Public fieldStatic memberZero Returns the vector (0,0,0).
Top
See Also