face.hpp
json::object_t to_json() const
void down_right_point(const json::const_iterator &coord_it)
Method to find the down_right_point information from json data.
face(const json::const_iterator &face_it)
Constructor using json for modern C++
Definition: asio_handler.hpp:14
float top_left_y
coordinate y of the top left corner
Definition: face.hpp:22
float top_left_x
coordinate x of the top left corner
Definition: face.hpp:20
float bottom_right_x
coordinate x of the bottom right corner
Definition: face.hpp:24
float bottom_right_y
coordinate y of the bottom right corner
Definition: face.hpp:26
void up_left_point(const json::const_iterator &coord_it)
Method to find the up_left_point information from json data.