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

Function eulerConstructor5a

src/python/PyImath/PyImathEuler.cpp:439–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437
438template <class T>
439static Euler<T> *
440eulerConstructor5a()
441{
442 typename Euler<T>::Order o = interpretOrder<T>(IMATH_NAMESPACE::Eulerf::Default);
443 return new Euler<T>(o);
444}
445
446template <class T>
447static Euler<T> *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected