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

Function divT

src/python/PyImath/PyImathQuat.cpp:327–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325
326template <class T>
327static Quat<T>
328divT(Quat<T> &quat, T t)
329{
330 MATH_EXC_ON;
331 return quat / t;
332}
333
334template <class T>
335static Quat<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected