|
CGAL 5.1 - 2D Generalized Barycentric Coordinates
|
Classes | |
| class | Discrete_harmonic_2 |
| class | Generalized_barycentric_coordinates_2 |
| class | Mean_value_2 |
| class | Segment_coordinates_2 |
| class | Triangle_coordinates_2 |
| class | Wachspress_2 |
Locations of a Query Point | |
| enum | Query_point_location { UNSPECIFIED_LOCATION, ON_VERTEX, ON_BOUNDARY, ON_BOUNDED_SIDE, ON_UNBOUNDED_SIDE } |
| Query_point_location is enumeration with possible locations of a query point provided by the user. More... | |
Types of an Algorithm | |
| enum | Type_of_algorithm { PRECISE, FAST } |
| Type_of_algorithm is enumeration with possible algorithms to compute coordinates. More... | |
The namespace Barycentric_coordinates contains implementations of all generalized barycentric coordinates: 2D, 3D, related enumerations, and so on.
Query_point_location is enumeration with possible locations of a query point provided by the user.