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

Function eulerConstructor3a

src/python/PyImath/PyImathEuler.cpp:393–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391
392template <class T>
393static Euler<T> *
394eulerConstructor3a(const Matrix33<T> &mat)
395{
396 return eulerConstructor3 (mat, IMATH_NAMESPACE::Eulerf::Default);
397}
398
399template <class T>
400static Euler<T> *

Callers

nothing calls this directly

Calls 1

eulerConstructor3Function · 0.85

Tested by

no test coverage detected