\( \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.7 - Point Set Processing
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Voronoi_covariance_3::internal Namespace Reference

Classes

class  Covariance_accumulator_3
 
class  Volume_accumulator_3
 

Functions

template<class FT >
void covariance_matrix_tetrahedron (FT ax, FT ay, FT az, FT bx, FT by, FT bz, FT cx, FT cy, FT cz, cpp11::array< FT, 6 > &R)
 
template<class DT , class Sphere , class F >
F & tessellate_and_intersect (const DT &dt, typename DT::Vertex_handle v, const Sphere &sphere, F &f)