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

Function mulM33

src/python/PyImath/PyImathQuat.cpp:303–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301
302template <class T>
303static Matrix33<T>
304mulM33(Quat<T> &quat, Matrix33<T> &m)
305{
306 MATH_EXC_ON;
307 return quat * m;
308}
309
310template <class T>
311static Quat<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected