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

Function add33

src/python/PyImath/PyImathMatrix33.cpp:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165
166template <class T>
167static Matrix33<T>
168add33(Matrix33<T> &m, const Matrix33<T> &m2)
169{
170 MATH_EXC_ON;
171 return m + m2;
172}
173
174template <class T, class U>
175static const Matrix33<T> &

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected