Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
template <class T>
128
static Matrix44<T>
129
inverse44 (Matrix44<T> &m, bool singExc = true)
130
{
131
MATH_EXC_ON;
132
return m.inverse(singExc);
133
}
134
135
template <class T>
136
static const Matrix44<T> &
Callers
nothing calls this directly
Calls
1
inverse
Method · 0.45
Tested by
no test coverage detected