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

Function eulerConstructor4a

src/python/PyImath/PyImathEuler.cpp:416–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414
415template <class T>
416static Euler<T> *
417eulerConstructor4a(const Matrix44<T> &mat)
418{
419 return eulerConstructor4 (mat, IMATH_NAMESPACE::Eulerf::Default);
420}
421
422template <class T>
423static Euler<T> *

Callers

nothing calls this directly

Calls 1

eulerConstructor4Function · 0.85

Tested by

no test coverage detected