Click or drag to resize

Vector3 Properties

The Vector3 type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets or sets a vector element defined by its index.
Public propertyStatic memberNaN
Represents a vector with not a number components.
Public propertyStatic memberUnit
Unit vector.
Public propertyStatic memberUnitX
Unit X vector.
Public propertyStatic memberUnitY
Unit Y vector.
Public propertyStatic memberUnitZ
Unit Z vector.
Public propertyX
Gets or sets the X component.
Public propertyY
Gets or sets the Y component.
Public propertyZ
Gets or sets the Z component.
Public propertyStatic memberZero
Zero vector.
Top
See Also