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

Method RotationAxisAngle

SampleFramework12/v1.00/SF12_Math.cpp:911–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909}
910
911Float3x3 Float3x3::RotationAxisAngle(const Float3& axis, float angle)
912{
913 return Float3x3(XMMatrixRotationAxis(axis.ToSIMD(), angle));
914}
915
916Float3x3 Float3x3::RotationEuler(float x, float y, float z)
917{

Callers

nothing calls this directly

Calls 3

Float3x3Class · 0.85
Float4x4Class · 0.85
ToSIMDMethod · 0.45

Tested by

no test coverage detected