-
Notifications
You must be signed in to change notification settings - Fork 649
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(autoware_universe_utils): reduce dependence on Boost.Geometry (#…
…8592) * add find_farthest() Signed-off-by: mitukou1109 <[email protected]> * add simplify() Signed-off-by: mitukou1109 <[email protected]> * add envelope() Signed-off-by: mitukou1109 <[email protected]> * (WIP) add buffer() Signed-off-by: mitukou1109 <[email protected]> * add Polygon2d class Signed-off-by: mitukou1109 <[email protected]> * change input type of envelope() Signed-off-by: mitukou1109 <[email protected]> * disable convexity check until correct() supports non-convex polygons Signed-off-by: mitukou1109 <[email protected]> * add is_clockwise() Signed-off-by: mitukou1109 <[email protected]> * make correct() support non-convex polygons Signed-off-by: mitukou1109 <[email protected]> * fix test case Signed-off-by: mitukou1109 <[email protected]> * Revert "(WIP) add buffer()" This reverts commit 123b0ba. Signed-off-by: mitukou1109 <[email protected]> --------- Signed-off-by: mitukou1109 <[email protected]>
- Loading branch information
1 parent
9fd0dae
commit dda2f19
Showing
3 changed files
with
490 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.