|
CGAL 6.1.3 - Weights
|
A concept that describes the set of requirements of classes used in the computation of analytic weights in 3D.
Types | |
| typedef unspecified_type | FT |
| A model of FieldNumberType. | |
Geometric Objects | |
| typedef unspecified_type | Point_3 |
| 3D point type. | |
| typedef unspecified_type | Vector_3 |
| 3D vector type. | |
Constructions | |
| typedef unspecified_type | Compute_squared_distance_3 |
| A construction object that must provide the function operator: | |
| typedef unspecified_type | Compute_squared_length_3 |
| A construction object that must provide the function operator: | |
| typedef unspecified_type | Compute_scalar_product_3 |
| A construction object that must provide the function operator: | |
| typedef unspecified_type | Construct_cross_product_vector_3 |
| A construction object that must provide the function operator: | |
| typedef unspecified_type | Construct_circumcenter_3 |
| A construction object that must provide the function operator: | |
| typedef unspecified_type | Construct_vector_3 |
| A construction object that must provide the function operator: | |
| typedef unspecified_type | Construct_midpoint_3 |
| A construction object that must provide the function operator: | |
| typedef unspecified_type | Construct_centroid_3 |
| A construction object that must provide two function operators: | |
A construction object that must provide two function operators:
Point_3 operator()(const Point_3& p, const Point_3& q, const Point_3& r)
that returns the centroid of the points p, q, and r and
Point_3 operator()(const Point_3& p, const Point_3& q, const Point_3& r, const Point_3& s)
that returns the centroid of the points p, q, r and s.
#include <Concepts/AnalyticWeightTraits_3.h>
A concept that describes the set of requirements of classes used in the computation of analytic weights in 3D.
Types | |
| typedef unspecified_type | FT |
| A model of FieldNumberType. | |
Geometric Objects | |
| typedef unspecified_type | Point_3 |
| 3D point type. | |
| typedef unspecified_type | Vector_3 |
| 3D vector type. | |
Constructions | |
| typedef unspecified_type | Compute_squared_distance_3 |
| A construction object that must provide the function operator: | |
| typedef unspecified_type | Compute_squared_length_3 |
| A construction object that must provide the function operator: | |
| typedef unspecified_type | Compute_scalar_product_3 |
| A construction object that must provide the function operator: | |
| typedef unspecified_type | Construct_cross_product_vector_3 |
| A construction object that must provide the function operator: | |
| typedef unspecified_type | Construct_circumcenter_3 |
| A construction object that must provide the function operator: | |
| typedef unspecified_type | Construct_vector_3 |
| A construction object that must provide the function operator: | |
| typedef unspecified_type | Construct_midpoint_3 |
| A construction object that must provide the function operator: | |
| typedef unspecified_type | Construct_centroid_3 |
| A construction object that must provide two function operators: | |
A construction object that must provide two function operators:
Point_3 operator()(const Point_3& p, const Point_3& q, const Point_3& r)
that returns the centroid of the points p, q, and r and
Point_3 operator()(const Point_3& p, const Point_3& q, const Point_3& r, const Point_3& s)
that returns the centroid of the points p, q, r and s.