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

Method RotationEuler

SampleFramework12/v1.00/SF12_Math.cpp:916–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914}
915
916Float3x3 Float3x3::RotationEuler(float x, float y, float z)
917{
918 return Float3x3(XMMatrixRotationRollPitchYaw(x, y, z));
919}
920
921XMMATRIX Float3x3::ToSIMD() const
922{

Callers

nothing calls this directly

Calls 2

Float3x3Class · 0.85
Float4x4Class · 0.85

Tested by

no test coverage detected