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

Function divT

src/python/PyImath/PyImathColor3.cpp:377–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375
376template <class T>
377static Color3<T>
378divT(Color3<T> &color, const T &t)
379{
380 MATH_EXC_ON;
381 return color / t;
382}
383
384template <class T>
385static Color3<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected