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

Method Identity

SampleFramework12/v1.00/SF12_Math.cpp:738–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738Quaternion Quaternion::Identity()
739{
740 return Quaternion(0.0f, 0.0f, 0.0f, 1.0f);
741}
742
743Quaternion Quaternion::Invert(const Quaternion& q)
744{

Callers

nothing calls this directly

Calls 1

QuaternionClass · 0.85

Tested by

no test coverage detected