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

Function mulT

src/python/PyImath/PyImathShear.cpp:160–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159template <class T>
160static Shear6<T>
161mulT(const Shear6<T> &shear, T t)
162{
163 MATH_EXC_ON;
164 return shear * t;
165}
166
167template <class T>
168static const Shear6<T> &

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected