The class Weighted_point<Pt,Wt> provides a type associating a point type Pt with a weight type Wt. It is used in the traits classes Regular_triangulation_euclidean_traits_2 and Regular_triangulation_euclidean_traits_3.
#include <CGAL/Weighted_point.h>
|
| The point type |
|
| The weight type. |
| |
copy constructor.
| |
| |
| |
Constructs the point from x
and y coordinates, with a weight of 0. Requires that the ambient
dimension be 2.
| |
| |
Constructs the point from
x, y and z coordinates, with a weight of 0. Requires that
the ambient dimension be 3.
|
|
|
|
|
|