mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Add subtraction for all overlap
This commit is contained in:
committed by
Oleg Korshul
parent
58cc6cf6e8
commit
3221e41e89
@ -137,6 +137,7 @@ namespace Aggplus
|
||||
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;
|
||||
bool AllInters(const std::vector<Segment>& segments) const;
|
||||
|
||||
// Util
|
||||
void SetVisited(const Segment& segment);
|
||||
|
||||
Reference in New Issue
Block a user