Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ matrixEulerMatrix_2
Function
matrixEulerMatrix_2
src/ImathTest/testExtractEuler.cpp:43–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
M44f
44
matrixEulerMatrix_2 (const M44f& M, Eulerf::Order order)
45
{
46
Eulerf f (order);
47
f.extract (M);
48
return f.toMatrix44 ();
49
}
50
51
void
52
testMatrix (
Callers
nothing calls this directly
Calls
1
toMatrix44
Method · 0.45
Tested by
no test coverage detected