This commit is contained in:
K1rillProkhorov
2024-08-20 10:53:40 +03:00
committed by Oleg Korshul
parent 7fc65a84ab
commit 4158ebcd98
2 changed files with 35 additions and 9 deletions

View File

@ -191,7 +191,7 @@ namespace Aggplus
// Location
void DivideLocations();
void AddLocation(Curve curve1, Curve curve2, double t1, double t2, bool overlap = false);
void InsertLocation(std::shared_ptr<Location> loc, bool overlap = false);
void InsertLocation(std::shared_ptr<Location> loc, bool overlap);
// Util
void SetVisited(const Segment& segment);