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

Function eulerConstructor7b

src/python/PyImath/PyImathEuler.cpp:478–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476
477template <class T>
478static Euler<T> *
479eulerConstructor7b(const Quat<T> &quat, int iorder)
480{
481 Euler<T> *e = eulerConstructor5b<T>(iorder);
482 e->extract(quat);
483 return e;
484}
485
486template <class T, class S>
487static Euler<T> *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected