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

Function div

src/python/PyImath/PyImathColor3.cpp:369–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367
368template <class T>
369static Color3<T>
370div(Color3<T> &color, const Color3<T> &color2)
371{
372 MATH_EXC_ON;
373 return color / color2;
374}
375
376template <class T>
377static Color3<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected