Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.h
File · 0.70
operator /
Function · 0.70
Calls
2
Reverse
Function · 0.70
SquaredMag
Function · 0.70
Tested by
no test coverage detected