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

Function div33T

src/python/PyImath/PyImathMatrix33.cpp:249–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247
248template <class T>
249static Matrix33<T>
250div33T(Matrix33<T> &m, const T &t)
251{
252 MATH_EXC_ON;
253 return m / t;
254}
255
256template <class T>
257static void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected