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

Function extractScaling33

src/python/PyImath/PyImathMatrix33.cpp:293–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291
292template <class T>
293static void
294extractScaling33(Matrix33<T> &mat, Vec2<T> &dst, int exc = 1)
295{
296 MATH_EXC_ON;
297 IMATH_NAMESPACE::extractScaling(mat, dst, exc);
298}
299
300template <class T>
301void

Callers

nothing calls this directly

Calls 1

extractScalingFunction · 0.85

Tested by

no test coverage detected