Collision Checker
boost_geometry_queries.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 namespace collision {
7 namespace solvers {
8 namespace solverBoost {
9 
11  collision::ShapeGroup &sg_polys, double buf_width, bool triangulate);
12 }
13 } // namespace solvers
14 } // namespace collision
ShapeGroup can contain simple shapes.
Definition: shape_group.h:33
collision::ShapeGroupPtr lane_polygons_postprocess(collision::ShapeGroup &sg_polys, double buf_width, bool triangulate)
std::shared_ptr< ShapeGroup > ShapeGroupPtr
Definition: polygon.h:17