MCPcopy 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
43M44f
44matrixEulerMatrix_2 (const M44f& M, Eulerf::Order order)
45{
46 Eulerf f (order);
47 f.extract (M);
48 return f.toMatrix44 ();
49}
50
51void
52testMatrix (

Callers

nothing calls this directly

Calls 1

toMatrix44Method · 0.45

Tested by

no test coverage detected