se2ez
cgal Namespace Reference

Typedefs

using Kernel = CGAL::Simple_cartesian< double >
 
using PartitionTraits = CGAL::Partition_traits_2< Kernel >
 
using ValidityTraits = CGAL::Partition_is_valid_traits_2< PartitionTraits, CGAL::Is_convex_2< PartitionTraits > >
 
using Point = PartitionTraits::Point_2
 
using Polygon = PartitionTraits::Polygon_2
 

Typedef Documentation

◆ Kernel

using cgal::Kernel = typedef CGAL::Simple_cartesian<double>

Definition at line 16 of file polygon.cpp.

◆ PartitionTraits

using cgal::PartitionTraits = typedef CGAL::Partition_traits_2<Kernel>

Definition at line 17 of file polygon.cpp.

◆ Point

using cgal::Point = typedef PartitionTraits::Point_2

Definition at line 21 of file polygon.cpp.

◆ Polygon

using cgal::Polygon = typedef PartitionTraits::Polygon_2

Definition at line 22 of file polygon.cpp.

◆ ValidityTraits

using cgal::ValidityTraits = typedef CGAL::Partition_is_valid_traits_2<PartitionTraits, CGAL::Is_convex_2<PartitionTraits> >

Definition at line 19 of file polygon.cpp.