MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / setKeyFrameValueAndTime

Method setKeyFrameValueAndTime

Engine/Curve.cpp:1320–1327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1318}
1319
1320KeyFrame
1321Curve::setKeyFrameValueAndTime(double time,
1322 double value,
1323 int index,
1324 int* newIndex)
1325{
1326 return setKeyFrameValueAndTimeInternal(time, value, index, newIndex);
1327}
1328
1329bool
1330Curve::moveKeyFrameValueAndTimeInternal(const double time, const double dt, const double dv, KeyFrame* newKey)

Callers 4

setNthControlPointMethod · 0.80
moveKeysFunction · 0.80
transformFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected