MCPcopy 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
884Float3x3 Float3x3::Transpose(const Float3x3& m)
885{
886 return Float3x3(XMMatrixTranspose(m.ToSIMD()));
887}
888
889Float3x3 Float3x3::Invert(const Float3x3& m)
890{

Callers

nothing calls this directly

Calls 3

Float3x3Class · 0.85
Float4x4Class · 0.85
ToSIMDMethod · 0.45

Tested by

no test coverage detected