CGAL 5.1 - 2D Generalized Barycentric Coordinates
2D Generalized Barycentric Coordinates Reference

Dmitry Anisimov, David Bommes, Kai Hormann, and Pierre Alliez
The package 2D Generalized Barycentric Coordinates offers an efficient and robust implementation of two-dimensional closed-form generalized barycentric coordinates defined for simple two-dimensional polygons. If coordinates with respect to multivariate scattered points instead of a polygon are required, please refer to natural neighbor coordinates from the Package PkgInterpolation2.
Introduced in: CGAL 4.6
BibTeX: cgal:abha-gbc-21b
License: GPL

Classified Reference Pages

Concepts

Namespaces

General Classes

Models of BarycentricCoordinates_2

Enumerations

Modules

 Concepts
 

Namespaces

 CGAL::Barycentric_coordinates
 

Classes

class  CGAL::Barycentric_coordinates::Discrete_harmonic_2< Traits >
 
class  CGAL::Barycentric_coordinates::Generalized_barycentric_coordinates_2< Coordinate_2, Traits >
 
class  CGAL::Barycentric_coordinates::Mean_value_2< Traits >
 
class  CGAL::Barycentric_coordinates::Segment_coordinates_2< Traits >
 
class  CGAL::Barycentric_coordinates::Triangle_coordinates_2< Traits >
 
class  CGAL::Barycentric_coordinates::Wachspress_2< Traits >