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

Function divT

src/python/PyImath/PyImathShear.cpp:192–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190
191template <class T>
192static Shear6<T>
193divT(const Shear6<T> &shear, T t)
194{
195 MATH_EXC_ON;
196 return shear / t;
197}
198
199template <class T>
200static Shear6<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected