Click or drag to resize

Vector4 Properties

The Vector4 type exposes the following members.

Properties
  NameDescription
Public propertyIsEmpty
Gets whether this Vector4 is empty.
Public propertyLength
Gets the length of this Vector4.
Public propertyLengthSquared
Gets the squared length of this Vector4.
Public propertyStatic memberOne
Returns a Vector4 with each component set to 1.
Public propertyStatic memberUnitW
Returns a Vector4 with components 0, 0, 0, 1.
Public propertyStatic memberUnitX
Returns a Vector4 with components 1, 0, 0, 0.
Public propertyStatic memberUnitY
Returns a Vector4 with components 0, 1, 0, 0.
Public propertyStatic memberUnitZ
Returns a Vector4 with components 0, 0, 1, 0.
Public propertyW
Gets the W component of this Vector4.
Public propertyX
Gets the X component of this Vector4.
Public propertyY
Gets the Y component of this Vector4.
Public propertyZ
Gets the Z component of this Vector4.
Public propertyStatic memberZero
Returns an empty Vector4.
Top
See Also