Click or drag to resize

Vector4 Properties

The Vector4 type exposes the following members.

Properties
  NameDescription
Public propertyNormalized
Vector4 normalization - make its length be 1
Public propertyW
Gets or sets the W component of the Vector4 as a Single.
Public propertyWD
Gets or sets the W component of the Vector4 as a Double.
Public propertyX
Gets or sets the X component of the Vector4 as a Single.
Public propertyXD
Gets or sets the X component of the Vector4 as a Double.
Public propertyY
Gets or sets the Y component of the Vector4 as a Single.
Public propertyYD
Gets or sets the Y component of the Vector4 as a Double.
Public propertyZ
Gets or sets the Z component of the Vector4 as a Single.
Public propertyZD
Gets or sets the Z component of the Vector4 as a Double.
Top
See Also