MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / extract2

Function extract2

src/python/PyImath/PyImathEuler.cpp:530–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528
529template <class T>
530static void
531extract2(Euler<T> &euler, const Matrix44<T> &m)
532{
533 MATH_EXC_ON;
534 euler.extract(m);
535}
536
537template <class T>
538static void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected