Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ AddCurve
Method
AddCurve
trinity/Curves/TriCurveSet.cpp:267–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
}
266
267
void TriCurveSet::AddCurve( ITriFunctionPtr curve )
268
{
269
m_curves.Append( curve );
270
}
271
272
void TriCurveSet::AddBinding( ITr2ValueBindingPtr binding )
273
{
Callers
2
CreateCurveSet
Method · 0.80
SetupChildrenAndAnimations
Method · 0.80
Calls
1
Append
Method · 0.80
Tested by
no test coverage detected