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

Function inverse44

src/python/PyImath/PyImathMatrix44.cpp:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127template <class T>
128static Matrix44<T>
129inverse44 (Matrix44<T> &m, bool singExc = true)
130{
131 MATH_EXC_ON;
132 return m.inverse(singExc);
133}
134
135template <class T>
136static const Matrix44<T> &

Callers

nothing calls this directly

Calls 1

inverseMethod · 0.45

Tested by

no test coverage detected