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

Function neg33

src/python/PyImath/PyImathMatrix33.cpp:209–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207
208template <class T>
209static Matrix33<T>
210neg33 (Matrix33<T> &m)
211{
212 MATH_EXC_ON;
213 return -m;
214}
215
216template <class T>
217static const Matrix33<T> &

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected