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

Method getControlPointsCount

Engine/Bezier.cpp:1371–1377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1369} // addControlPointAfterIndex
1370
1371int
1372Bezier::getControlPointsCount() const
1373{
1374 QMutexLocker l(&itemMutex);
1375
1376 return (int)_imp->points.size();
1377}
1378
1379int
1380Bezier::isPointOnCurve(double x,

Callers 6

drawOverlayMethod · 0.45
renderBezierMethod · 0.45
redoMethod · 0.45
undoMethod · 0.45
getNumControlPointsMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected