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

Function inverse33

src/python/PyImath/PyImathMatrix33.cpp:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124template <class T>
125static Matrix33<T>
126inverse33 (Matrix33<T> &m, bool singExc = true)
127{
128 MATH_EXC_ON;
129 return m.inverse(singExc);
130}
131
132template <class T>
133static const Matrix33<T> &

Callers

nothing calls this directly

Calls 1

inverseMethod · 0.45

Tested by

no test coverage detected