mirror of https://github.com/CGAL/cgal
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:
parent
b9128efd46
commit
552e8f9de6
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue