TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
|
Public Attributes | |
int | x |
int | y |
Structure defining the x and y co-ordinates of the given point in space
Definition at line 47 of file jarvis_algorithm.cpp.
int geometry::jarvis::Point::x |
Definition at line 48 of file jarvis_algorithm.cpp.
int geometry::jarvis::Point::y |
Definition at line 48 of file jarvis_algorithm.cpp.