Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ ToFloat3x3
Method
ToFloat3x3
SampleFramework12/v1.00/SF12_Math.cpp:728–731 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
726
}
727
728
Float3x3 Quaternion::ToFloat3x3() const
729
{
730
return Float3x3(XMMatrixRotationQuaternion(ToSIMD()));
731
}
732
733
Float4x4 Quaternion::ToFloat4x4() const
734
{
Callers
2
Transform
Method · 0.80
Update
Method · 0.80
Calls
1
Float3x3
Class · 0.85
Tested by
no test coverage detected