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

Function mulT

src/python/PyImath/PyImathQuat.cpp:335–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333
334template <class T>
335static Quat<T>
336mulT(Quat<T> &quat, T t)
337{
338 MATH_EXC_ON;
339 return quat * t;
340}
341
342template <class T>
343static Quat<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected