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

Function eulerConstructor5

src/python/PyImath/PyImathEuler.cpp:431–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429
430template <class T>
431static Euler<T> *
432eulerConstructor5(typename IMATH_NAMESPACE::Eulerf::Order order)
433{
434 typename Euler<T>::Order o = interpretOrder<T>(order);
435 return new Euler<T>(o);
436}
437
438template <class T>
439static Euler<T> *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected