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

Function eulerConstructor7a

src/python/PyImath/PyImathEuler.cpp:471–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469
470template <class T>
471static Euler<T> *
472eulerConstructor7a(const Quat<T> &quat)
473{
474 return eulerConstructor7(quat, IMATH_NAMESPACE::Eulerf::Default);
475}
476
477template <class T>
478static Euler<T> *

Callers

nothing calls this directly

Calls 1

eulerConstructor7Function · 0.85

Tested by

no test coverage detected