Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/BakingLab
/ ToFloat3x3
Method
ToFloat3x3
SampleFramework11/v1.02/SF11_Math.cpp:720–723 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
718
}
719
720
Float3x3 Quaternion::ToFloat3x3() const
721
{
722
return Float3x3(XMMatrixRotationQuaternion(ToSIMD()));
723
}
724
725
Float4x4 Quaternion::ToFloat4x4() const
726
{
Callers
2
RenderDriver
Function · 0.80
Transform
Method · 0.80
Calls
1
Float3x3
Class · 0.85
Tested by
no test coverage detected