#include <Voronoi.hh>
Public Member Functions | |
| Point () | |
| defailt ctor | |
| Point (double _x, double _y) | |
| ctor with initialisation | |
| Point | operator+ (const Point &p) const |
| addition | |
| Point | operator- (const Point &p) const |
| subtraction | |
| Point | operator * (const double t) const |
| scalar multiplication | |
Public Attributes | |
| double | x |
| vector coordinates | |
| double | y |
| vector coordinates | |
Definition at line 78 of file Voronoi.hh.
|
|
defailt ctor
Definition at line 81 of file Voronoi.hh.
|
|
||||||||||||
|
ctor with initialisation
Definition at line 84 of file Voronoi.hh.
|
|
|
scalar multiplication
Definition at line 97 of file Voronoi.hh.
|
|
|
addition
Definition at line 87 of file Voronoi.hh.
|
|
|
subtraction
Definition at line 92 of file Voronoi.hh.
|
|
|
1.4.2