Point2D Class Reference
#include <triangulation.h>
List of all members.
Constructor & Destructor Documentation
| Point2D::Point2D |
( |
double |
in_x = 0., |
|
|
double |
in_y = 0., |
|
|
double |
in_val = 0., |
|
|
double |
in_area = 0. | |
|
) |
| | [inline] |
| Point2D::Point2D |
( |
const Point2D & |
p |
) |
[inline] |
Member Function Documentation
| double Point2D::distance |
( |
const Point2D & |
p |
) |
const [inline] |
| double Point2D::distance2 |
( |
const Point2D & |
p |
) |
const [inline] |
| double Point2D::norm |
( |
|
) |
const [inline] |
| bool Point2D::operator!= |
( |
const Point2D & |
p |
) |
const [inline] |
| bool Point2D::operator< |
( |
const Point2D & |
p |
) |
const [inline] |
| bool Point2D::operator== |
( |
const Point2D & |
p |
) |
const [inline] |
| void Point2D::opposite |
( |
|
) |
[inline] |
| Point2D Point2D::rotation |
( |
double |
angle |
) |
[inline] |
| Point2D Point2D::translation |
( |
double |
x, |
|
|
double |
y | |
|
) |
| | [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: