Click or drag to resize

Vector3 Properties

The Vector3 type exposes the following members.

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