Algorithms_in_C++
1.0.0
Set of algorithms implemented in C++.
|
Public Member Functions | |
Point (double a=0.f, double b=0.f) | |
Public Attributes | |
int | x |
int | y |
Point respect to x coordinate. | |
double | x |
double | y |
Define a Point.
Define a point
|
inlineexplicit |
construct a point
[in] | a | absicca (default = 0.0) |
[in] | b | ordinate (default = 0.0) |
double Point::x |
abscissa
double Point::y |
ordinate