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

Function mul22T

src/python/PyImath/PyImathMatrix22.cpp:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205
206template <class T>
207static Matrix22<T>
208mul22T(Matrix22<T> &m, const T &t)
209{
210 MATH_EXC_ON;
211 return m * t;
212}
213
214template <class T>
215static Matrix22<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected