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

Function extractEuler

src/python/PyImath/PyImathMatrix33.cpp:268–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266
267template <class T>
268static void
269extractEuler(Matrix33<T> &mat, Vec2<T> &dstObj)
270{
271 MATH_EXC_ON;
272 T dst;
273 IMATH_NAMESPACE::extractEuler(mat, dst);
274 dstObj.setValue(dst, T (0));
275}
276
277template <class T>
278static int

Callers

nothing calls this directly

Calls 2

setValueMethod · 0.80
TClass · 0.50

Tested by

no test coverage detected