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

Function neg

src/python/PyImath/PyImathColor3.cpp:284–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283template <class T>
284static Color3<T>
285neg(Color3<T> &color)
286{
287 MATH_EXC_ON;
288 return -color;
289}
290
291template <class T>
292static const Color3<T> &

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected