Loading [MathJax]/extensions/TeX/newcommand.js
\newcommand{\E}{\mathrm{E}} \newcommand{\A}{\mathrm{A}} \newcommand{\R}{\mathrm{R}} \newcommand{\N}{\mathrm{N}} \newcommand{\Q}{\mathrm{Q}} \newcommand{\Z}{\mathrm{Z}} \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }
CGAL 4.12 - 2D and 3D Linear Geometry Kernel
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages

Classes

struct  CGAL::Ambient_dimension< T, K >
 The class Ambient_dimension allows to retrieve the dimension of the ambient space of a type T in a kernel K. More...
 
struct  CGAL::Dimension_tag< dim >
 An object of the class Dimension_tag is an empty object which can be used for dispatching functions based on the dimension of an object, as provided by the dim parameter. More...
 
struct  CGAL::Dynamic_dimension_tag
 An object of the class Dynamic_dimension_tag is an empty object which can be used for dispatching functions based on the dimension of an object. More...
 
struct  CGAL::Feature_dimension< T, K >
 The class Feature_dimension allows to retrieve the geometric dimension of a type T in a kernel K. More...