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

Function add44

src/python/PyImath/PyImathMatrix44.cpp:170–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169template <class T>
170static Matrix44<T>
171add44(Matrix44<T> &m, const Matrix44<T> &m2)
172{
173 MATH_EXC_ON;
174 return m + m2;
175}
176
177template <class T, class U>
178static const Matrix44<T> &

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected