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 |
double Point::x |
abscissa
double Point::y |
ordinate