mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix subtract
This commit is contained in:
committed by
Oleg Korshul
parent
0f222c15e9
commit
38a9dfcd14
@ -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
|
||||
|
||||
Reference in New Issue
Block a user