I-Seed drone's onboard service
0.0.9
|
Typedefs | |
using | kernel = CGAL::Cartesian< double > |
using | kernel_ft = kernel::FT |
using | point = kernel::Point_2 |
using | polygon = CGAL::Polygon_2< kernel > |
using | polygon_with_holes = CGAL::Polygon_with_holes_2< kernel > |
using | traits = CGAL::Arr_segment_traits_2< kernel > |
using | segment = traits::Segment_2 |
using | arrangement = CGAL::Arrangement_2< traits > |
using | direction = kernel::Direction_2 |
using | transformation = CGAL::Aff_transformation_2< kernel > |
using | line = kernel::Line_2 |
using | vect = kernel::Vector_2 |
using | bbox = CGAL::Bbox_2 |
Enumerations | |
enum class | corner { left_down , left_up , right_down , right_up } |
Alignment of the cell. More... | |
Functions | |
void | cleanup_collinear (polygon *poly) |
using utils::kernel = typedef CGAL::Cartesian<double> |
using utils::kernel_ft = typedef kernel::FT |
using utils::point = typedef kernel::Point_2 |
using utils::polygon = typedef CGAL::Polygon_2<kernel> |
using utils::polygon_with_holes = typedef CGAL::Polygon_with_holes_2<kernel> |
using utils::traits = typedef CGAL::Arr_segment_traits_2<kernel> |
using utils::segment = typedef traits::Segment_2 |
using utils::arrangement = typedef CGAL::Arrangement_2<traits> |
using utils::direction = typedef kernel::Direction_2 |
using utils::transformation = typedef CGAL::Aff_transformation_2<kernel> |
using utils::line = typedef kernel::Line_2 |
using utils::vect = typedef kernel::Vector_2 |
using utils::bbox = typedef CGAL::Bbox_2 |
|
strong |
void utils::cleanup_collinear | ( | polygon * | poly | ) |