This commit is contained in:
K1rillProkhorov
2024-08-19 18:20:05 +03:00
committed by Oleg Korshul
parent cb929fc5c5
commit 69ffd656af
5 changed files with 84 additions and 56 deletions

View File

@ -162,7 +162,7 @@ namespace Aggplus
// Path
void PreparePath(CGraphicsPath* path, int id, std::vector<Segment>& segments, std::vector<Curve>& curves, bool reverse = false);
void InsertSegment(const Segment& segment);
void InsertSegment(const Segment& segment, const Segment& handles, bool updateHandles);
Curve GetCurve(const Segment& segment) const;
Curve GetPreviousCurve(const Curve& curve) const;
Curve GetNextCurve(const Curve& curve) const;