CGAL 4.8.1 - 3D Triangulations
|
The concept WeightedPoint
is needed by CGAL::Regular_triangulation_euclidean_traits_3
. It must fulfill the following requirements:
Types | |
typedef unspecified_type | Point |
The point type. | |
typedef unspecified_type | Weight |
The weight type. | |
typedef Point::RT | RT |
The ring type. | |
Creation | |
WeightedPoint (const Point &p=Point(), const Weight &w=Weight(0)) | |
Access Functions | |
Point | point () const |
Weight | weight () const |