Fix subtract

This commit is contained in:
Prokhorov Kirill
2024-08-28 20:07:32 +03:00
committed by Oleg Korshul
parent 0f222c15e9
commit 38a9dfcd14
3 changed files with 21 additions and 9 deletions

View File

@ -136,6 +136,7 @@ namespace Aggplus
void DivideLocations();
void AddLocation(Curve curve1, Curve curve2, double t1, double t2, bool overlap = false);
void InsertLocation(std::shared_ptr<Location> loc, bool overlap);
bool AllOverlap() const;
// Util
void SetVisited(const Segment& segment);
@ -157,7 +158,6 @@ namespace Aggplus
std::vector<std::shared_ptr<Location>> Locations;
bool AllOverlap;
bool IsDeleted;
};
} // namespace Aggplus