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 5.0 - Triangulated Surface Mesh Shortest Paths
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
CGAL::Surface_mesh_shortest_path_traits< K, TriangleMesh > Class Template Reference

#include <CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path_traits.h>

Inherits from

K.

Definition

Public Types

typedef K Kernel
 Kernel type.
 
typedef TriangleMesh Triangle_mesh
 Triangle mesh type.
 
typedef std::array< FT, 3 > Barycentric_coordinates
 Barycentric coordinates type.