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

Function neg44

src/python/PyImath/PyImathMatrix44.cpp:212–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210
211template <class T>
212static Matrix44<T>
213neg44 (Matrix44<T> &m)
214{
215 MATH_EXC_ON;
216 return -m;
217}
218
219template <class T>
220static const Matrix44<T> &

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected