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

Function divT

src/python/PyImath/PyImathColor4.cpp:458–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456
457template <class T>
458static Color4<T>
459divT(Color4<T> &color, const T &t)
460{
461 MATH_EXC_ON;
462 return color / t;
463}
464
465template <class T>
466static Color4<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected