Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ Transpose
Method
Transpose
SampleFramework12/v1.00/SF12_Math.cpp:884–887 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
882
}
883
884
Float3x3 Float3x3::Transpose(const Float3x3& m)
885
{
886
return Float3x3(XMMatrixTranspose(m.ToSIMD()));
887
}
888
889
Float3x3 Float3x3::Invert(const Float3x3& m)
890
{
Callers
nothing calls this directly
Calls
3
Float3x3
Class · 0.85
Float4x4
Class · 0.85
ToSIMD
Method · 0.45
Tested by
no test coverage detected