Concept

PolyhedronTraitsWithKernel_3

Required types for the PolyhedronTraitsWithKernel_3 concept. This geometric traits concept is used in the polyhedral surface data structure CGAL::Polyhedron_3<Traits>. This concept provides additional requirements to the PolyhedronTraits_3 concept required by CGAL::Polyhedron_3<Traits> used within the class Parameterization_polyhedron_adaptor_3<Polyhedron_3_>.

Refines

PolyhedronTraits_3.

Types

PolyhedronTraitsWithKernel_3::Kernel
a kernel type providing: a field type FT; 2D and 3D point types Point_2 and Point_3; 2D and 3D vector types Vector_2 and Vector_3.

Has Models

CGAL::Polyhedron_traits_3<Kernel>
CGAL::Polyhedron_traits_with_normals_3<Kernel>
All models of the CGAL::Kernel concept, e.g., Simple_cartesian<FieldNumberType>.

See Also

CGAL::Parameterization_polyhedron_adaptor_3<Polyhedron_3_>
CGAL::Polyhedron_3<Traits>