MCPcopy 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
267void TriCurveSet::AddCurve( ITriFunctionPtr curve )
268{
269 m_curves.Append( curve );
270}
271
272void TriCurveSet::AddBinding( ITr2ValueBindingPtr binding )
273{

Callers 2

CreateCurveSetMethod · 0.80

Calls 1

AppendMethod · 0.80

Tested by

no test coverage detected