CGAL 6.0 - dD Geometry Kernel
Loading...
Searching...
No Matches
CGAL::Epeck_d< DimensionTag >::Weighted_point_d Class Reference

#include <CGAL/Epeck_d.h>

Definition

template<typename DimensionTag>
class CGAL::Epeck_d< DimensionTag >::Weighted_point_d

represents a weighted point in the Euclidean space

Is model of
DefaultConstructible
Assignable

Public Member Functions

 Weighted_point_d (const Point_d &p, const double &w)
 introduces a weighted point with point p and weight w.
 
Point_d point () const
 extracts the point of a weighted point.
 
double weight () const
 extracts the weight of a weighted point.