MCPcopy 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
728Float3x3 Quaternion::ToFloat3x3() const
729{
730 return Float3x3(XMMatrixRotationQuaternion(ToSIMD()));
731}
732
733Float4x4 Quaternion::ToFloat4x4() const
734{

Callers 2

TransformMethod · 0.80
UpdateMethod · 0.80

Calls 1

Float3x3Class · 0.85

Tested by

no test coverage detected