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

Public Attributes

int x
 
int y
 

Detailed Description

Structure defining the x and y co-ordinates of the given point in space

Definition at line 47 of file jarvis_algorithm.cpp.

Member Data Documentation

◆ x

int geometry::jarvis::Point::x

Definition at line 48 of file jarvis_algorithm.cpp.

◆ y

int geometry::jarvis::Point::y

Definition at line 48 of file jarvis_algorithm.cpp.


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