Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
template <class T>
144
static Matrix44<T>
145
gjInverse44 (Matrix44<T> &m, bool singExc = true)
146
{
147
MATH_EXC_ON;
148
return m.gjInverse(singExc);
149
}
150
151
template <class T, class U>
152
static const Matrix44<T> &
Callers
nothing calls this directly
Calls
1
gjInverse
Method · 0.80
Tested by
no test coverage detected