MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / Invert

Method Invert

SampleFramework12/v1.00/SF12_Math.cpp:743–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741}
742
743Quaternion Quaternion::Invert(const Quaternion& q)
744{
745 return Quaternion(XMQuaternionInverse(q.ToSIMD()));
746}
747
748Quaternion Quaternion::FromAxisAngle(const Float3& axis, float angle)
749{

Callers

nothing calls this directly

Calls 4

QuaternionClass · 0.85
Float3x3Class · 0.85
Float4x4Class · 0.85
ToSIMDMethod · 0.45

Tested by

no test coverage detected