Use halfspace intersection that has better vertex coordinates (even if the topology of the CH might not be fuly correct)

This commit is contained in:
Andreas Fabri 2016-12-01 12:54:19 +01:00
parent b9128efd46
commit 552e8f9de6
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
#ifndef CGAL_INTERNAL_VCM_VORONOI_COVARIANCE_3_HPP
#define CGAL_INTERNAL_VCM_VORONOI_COVARIANCE_3_HPP
// See mail on cgal-develop from 1.Dec 2016
#define CGAL_VORONOI_COVARIANCE_USE_CONSTRUCTIONS
#include <list>
#include <CGAL/array.h>
#include <CGAL/internal/Voronoi_covariance_3/voronoi_covariance_sphere_3.h>