CGAL 5.2 - 2D Straight Skeleton and Polygon Offsetting
CGAL::Polygon_offset_builder_traits_2< Kernel > Class Template Reference

#include <CGAL/Polygon_offset_builder_traits_2.h>

Definition

Is Model Of:
PolygonOffsetBuilderTraits_2

The class Polygon_offset_builder_traits_2 provides a model for the PolygonOffsetBuilderTraits_2 concept which is the traits class required by the Polygon_offset_builder_2 algorithm class.

Template Parameters
Kernela model of Kernel such as CGAL::Exact_predicates_inexact_constructions_kernel (recommended)
See also
Polygon_offset_builder_2<Ss,Traits,Container>
Examples:
Straight_skeleton_2/Low_level_API.cpp.