SFCGAL 1.4.0
|
Type traits for CGAL types. More...
#include <TypeForDimension.h>
Type traits for CGAL types.
CGAL types cannot be directly parametrized by their dimension. For instance, there are both a Triangle_2<K> and a Triangle_3<K> type
TypeForKernel<K, 2>::Point is equivalent to CGAL::Point_2<K> for instance TypeForDimension<2>::Bbox is equivalent to CGAL::Bbox_2