Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ neg
Function
neg
src/python/PyImath/PyImathColor4.cpp:364–369 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
362
363
template <class T>
364
static Color4<T>
365
neg(Color4<T> &color)
366
{
367
MATH_EXC_ON;
368
return -color;
369
}
370
371
template <class T>
372
static const Color4<T> &
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected