Click or drag to resize

Quat Constructor

Overload List
  NameDescription
Public methodQuat(Basis)
Constructs a quaternion from the given Basis.
Public methodQuat(Quat)
Constructs a quaternion from the given quaternion.
Public methodQuat(Vector3)
Constructs a quaternion that will perform a rotation specified by Euler angles (in the YXZ convention: when decomposing, first Z, then X, and Y last), given in the vector format as (X angle, Y angle, Z angle).
Public methodQuat(Vector3, Single)
Constructs a quaternion that will rotate around the given axis by the specified angle. The axis must be a normalized vector.
Public methodQuat(Single, Single, Single, Single)
Constructs a quaternion defined by the given values.
Top
See Also