toQuaternion method

Q toQuaternion()

Converts this vector to a quaternion with the same (x, y, z, w) components.

Implementation

Q toQuaternion() => RaylibQuaternionFactories.fromVector4(this) as Q;