MCPcopy 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
720Float3x3 Quaternion::ToFloat3x3() const
721{
722 return Float3x3(XMMatrixRotationQuaternion(ToSIMD()));
723}
724
725Float4x4 Quaternion::ToFloat4x4() const
726{

Callers 2

RenderDriverFunction · 0.80
TransformMethod · 0.80

Calls 1

Float3x3Class · 0.85

Tested by

no test coverage detected