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

Function add22

src/python/PyImath/PyImathMatrix22.cpp:149–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147
148template <class T>
149static Matrix22<T>
150add22(Matrix22<T> &m, const Matrix22<T> &m2)
151{
152 MATH_EXC_ON;
153 return m + m2;
154}
155
156template <class T, class U>
157static const Matrix22<T> &

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected