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

Function mul

src/python/PyImath/PyImathShear.cpp:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151template <class T>
152static Shear6<T>
153mul(const Shear6<T> &shear, const Shear6<T> &other)
154{
155 MATH_EXC_ON;
156 return shear * other;
157}
158
159template <class T>
160static Shear6<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected