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

Function extractScaling44

src/python/PyImath/PyImathMatrix44.cpp:292–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

extractScalingFunction · 0.85

Tested by

no test coverage detected