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

Function neg22

src/python/PyImath/PyImathMatrix22.cpp:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189
190template <class T>
191static Matrix22<T>
192neg22 (Matrix22<T> &m)
193{
194 MATH_EXC_ON;
195 return -m;
196}
197
198template <class T>
199static const Matrix22<T> &

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected