CGAL 5.5.2 - dD Geometry Kernel
|
#include <CGAL/Epick_d.h>
represents a weighted point in the Euclidean space
Public Member Functions | |
Weighted_point_d (const Point_d &p, const double &w) | |
introduces a weighted point with point p and weight w. More... | |
Point_d | point () const |
extracts the point of a weighted point. More... | |
double | weight () const |
extracts the weight of a weighted point. More... | |
CGAL::Epick_d< DimensionTag >::Weighted_point_d::Weighted_point_d | ( | const Point_d & | p, |
const double & | w | ||
) |
introduces a weighted point with point p and weight w.
Point_d CGAL::Epick_d< DimensionTag >::Weighted_point_d::point | ( | ) | const |
extracts the point of a weighted point.
double CGAL::Epick_d< DimensionTag >::Weighted_point_d::weight | ( | ) | const |
extracts the weight of a weighted point.