Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
283
template <class T>
284
static Color3<T>
285
neg(Color3<T> &color)
286
{
287
MATH_EXC_ON;
288
return -color;
289
}
290
291
template <class T>
292
static const Color3<T> &
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected