TheAlgorithms/C++ 1.0.0
All the 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 |
|
inlineexplicit |
construct a point
[in] | a | absicca (default = 0.0) |
[in] | b | ordinate (default = 0.0) |
Definition at line 23 of file smallest_circle.cpp.
int Point::x |
Definition at line 13 of file line_segment_intersection.cpp.
double Point::x |
abscissa
Definition at line 16 of file smallest_circle.cpp.
int Point::y |
Point respect to x coordinate.
Definition at line 14 of file line_segment_intersection.cpp.
double Point::y |
ordinate
Definition at line 17 of file smallest_circle.cpp.