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

Function extract3

src/python/PyImath/PyImathEuler.cpp:538–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536
537template <class T>
538static void
539extract3(Euler<T> &euler, const Quat<T> &q)
540{
541 MATH_EXC_ON;
542 euler.extract(q);
543}
544
545template <class T>
546static Matrix33<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected