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

Method getNumControlPoints

Engine/PyRoto.cpp:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292int
293BezierCurve::getNumControlPoints() const
294{
295 return _bezier->getControlPointsCount();
296}
297
298void
299BezierCurve::getKeyframes(std::list<double>* keys) const

Calls 1

getControlPointsCountMethod · 0.45

Tested by

no test coverage detected