Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
738
Quaternion Quaternion::Identity()
739
{
740
return Quaternion(0.0f, 0.0f, 0.0f, 1.0f);
741
}
742
743
Quaternion Quaternion::Invert(const Quaternion& q)
744
{
Callers
nothing calls this directly
Calls
1
Quaternion
Class · 0.85
Tested by
no test coverage detected