set

open fun set(q: Quaternion)

Copy values from another Quaternion into this one


open fun set(axis: Vector3, angle: Float)

Update this Quaternion using an axis/angle to define the rotation


open fun set(qx: Float, qy: Float, qz: Float, qw: Float)

Set each value and normalize the Quaternion