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

Function div44T

src/python/PyImath/PyImathMatrix44.cpp:252–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250
251template <class T>
252static Matrix44<T>
253div44T(Matrix44<T> &m, const T &t)
254{
255 MATH_EXC_ON;
256 return m / t;
257}
258
259template <class T>
260static void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected