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

Function mul

src/python/PyImath/PyImathQuat.cpp:311–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309
310template <class T>
311static Quat<T>
312mul(Quat<T> &quat, Quat<T> &other)
313{
314 MATH_EXC_ON;
315 return quat * other;
316}
317
318template <class T>
319static Quat<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected