MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / ToFloat4x4

Method ToFloat4x4

SampleFramework12/v1.00/SF12_Math.cpp:733–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731}
732
733Float4x4 Quaternion::ToFloat4x4() const
734{
735 return Float4x4(XMMatrixRotationQuaternion(ToSIMD()));
736}
737
738Quaternion Quaternion::Identity()
739{

Callers

nothing calls this directly

Calls 1

Float4x4Class · 0.85

Tested by

no test coverage detected