Missing methods on Quaternion ( and TSVector)

Currently the following rather useful methods are missing from TSQuaternion.
Quaternion.LookRotation
Quaternion.RotateTowards

Also ClampMagnitude missing from TSVector. Granted the last one is easy to implement, but having it on TSVector does simplify porting code.

Best Answer

Answers