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

Function div

src/python/PyImath/PyImathQuat.cpp:319–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317
318template <class T>
319static Quat<T>
320div(Quat<T> &quat, Quat<T> &other)
321{
322 MATH_EXC_ON;
323 return quat / other;
324}
325
326template <class T>
327static Quat<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected