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

Function eulerConstructor2b

src/python/PyImath/PyImathEuler.cpp:377–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375
376template <class T>
377static Euler<T> *
378eulerConstructor2b(T i, T j, T k, int iorder)
379{
380 typename Euler<T>::Order o = typename Euler<T>::Order (iorder);
381 return new Euler<T>(i, j, k, o);
382}
383
384template <class T>
385static Euler<T> *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected