TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
Loading...
Searching...
No Matches
geometry::grahamscan::Point Struct Reference

Public Attributes

int x
 
int y
 

Detailed Description

Definition at line 64 of file graham_scan_functions.hpp.

Member Data Documentation

◆ x

int geometry::grahamscan::Point::x

Definition at line 65 of file graham_scan_functions.hpp.

◆ y

int geometry::grahamscan::Point::y

Definition at line 65 of file graham_scan_functions.hpp.


The documentation for this struct was generated from the following file: