I-Seed drone's onboard service  0.0.9
Typedefs | Enumerations | Functions
utils Namespace Reference

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)
 

Typedef Documentation

◆ kernel

using utils::kernel = typedef CGAL::Cartesian<double>

◆ kernel_ft

using utils::kernel_ft = typedef kernel::FT

◆ point

using utils::point = typedef kernel::Point_2

◆ polygon

using utils::polygon = typedef CGAL::Polygon_2<kernel>

◆ polygon_with_holes

using utils::polygon_with_holes = typedef CGAL::Polygon_with_holes_2<kernel>

◆ traits

using utils::traits = typedef CGAL::Arr_segment_traits_2<kernel>

◆ segment

using utils::segment = typedef traits::Segment_2

◆ arrangement

using utils::arrangement = typedef CGAL::Arrangement_2<traits>

◆ direction

using utils::direction = typedef kernel::Direction_2

◆ transformation

using utils::transformation = typedef CGAL::Aff_transformation_2<kernel>

◆ line

using utils::line = typedef kernel::Line_2

◆ vect

using utils::vect = typedef kernel::Vector_2

◆ bbox

using utils::bbox = typedef CGAL::Bbox_2

Enumeration Type Documentation

◆ corner

enum utils::corner
strong

Alignment of the cell.

Enumerator
left_down 
left_up 
right_down 
right_up 

Function Documentation

◆ cleanup_collinear()

void utils::cleanup_collinear ( polygon poly)
Here is the caller graph for this function: