This commit is contained in:
Prokhorov Kirill
2024-09-26 20:12:53 +03:00
committed by Oleg Korshul
parent c1a586cb56
commit 9a76575082
2 changed files with 4 additions and 2 deletions

View File

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