Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
911
Float3x3 Float3x3::RotationAxisAngle(const Float3& axis, float angle)
912
{
913
return Float3x3(XMMatrixRotationAxis(axis.ToSIMD(), angle));
914
}
915
916
Float3x3 Float3x3::RotationEuler(float x, float y, float z)
917
{
Callers
nothing calls this directly
Calls
3
Float3x3
Class · 0.85
Float4x4
Class · 0.85
ToSIMD
Method · 0.45
Tested by
no test coverage detected