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

Function gjInverse44

src/python/PyImath/PyImathMatrix44.cpp:144–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143template <class T>
144static Matrix44<T>
145gjInverse44 (Matrix44<T> &m, bool singExc = true)
146{
147 MATH_EXC_ON;
148 return m.gjInverse(singExc);
149}
150
151template <class T, class U>
152static const Matrix44<T> &

Callers

nothing calls this directly

Calls 1

gjInverseMethod · 0.80

Tested by

no test coverage detected