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

Function SquaredMag

TSQuaternion.h:505–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503 /// \related Quaternion
504
505 inline float SquaredMag(const Quaternion& q)
506 {
507 return (SquaredMag(q.xyz) + q.w * q.w);
508 }
509
510 // ==============================================
511 // Reverse

Callers 6

QuaternionClass · 0.70
MagnitudeFunction · 0.70
InverseMagFunction · 0.70
InverseFunction · 0.70
TSQuaternion.hFile · 0.70
operator /Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected