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

Function extract1

src/python/PyImath/PyImathEuler.cpp:522–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520
521template <class T>
522static void
523extract1(Euler<T> &euler, const Matrix33<T> &m)
524{
525 MATH_EXC_ON;
526 euler.extract(m);
527}
528
529template <class T>
530static void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected