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

Function div22T

src/python/PyImath/PyImathMatrix22.cpp:231–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229
230template <class T>
231static Matrix22<T>
232div22T(Matrix22<T> &m, const T &t)
233{
234 MATH_EXC_ON;
235 return m / t;
236}
237
238template <class T>
239void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected