MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / Inverse

Function Inverse

TSQuaternion.h:529–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527 /// \related Quaternion
528
529 inline Quaternion Inverse(const Quaternion& q)
530 {
531 return (Reverse(q) / SquaredMag(q));
532 }
533
534 inline Quaternion& Quaternion::operator /=(const Quaternion& q)
535 {

Callers 2

TSQuaternion.hFile · 0.70
operator /Function · 0.70

Calls 2

ReverseFunction · 0.70
SquaredMagFunction · 0.70

Tested by

no test coverage detected