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

Function eulerConstructor3b

src/python/PyImath/PyImathEuler.cpp:400–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398
399template <class T>
400static Euler<T> *
401eulerConstructor3b(const Matrix33<T> &mat, int iorder)
402{
403 typename Euler<T>::Order o = typename Euler<T>::Order (iorder);
404 return new Euler<T>(mat, o);
405}
406
407template <class T>
408static Euler<T> *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected