Click or drag to resize

Vector4 Fields

The Vector4 type exposes the following members.

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