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

Function removeScaling44

src/python/PyImath/PyImathMatrix44.cpp:408–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406
407template <class T>
408static int
409removeScaling44(Matrix44<T> &mat, int exc = 1)
410{
411 MATH_EXC_ON;
412 return IMATH_NAMESPACE::removeScaling(mat, exc);
413}
414
415template <class T>
416static int

Callers

nothing calls this directly

Calls 1

removeScalingFunction · 0.85

Tested by

no test coverage detected