Steppable 0.0.1
A CAS project written from scratch in C++
|
A points object that represents two points. More...
#include <point.hpp>
Public Attributes | |
size_t | y1 = 0 |
Point 1 coordinate y. | |
size_t | x1 = 0 |
Point 1 coordinate x. | |
size_t | y2 = 0 |
Point 2 coordinate y. | |
size_t | x2 = 0 |
Point 2 coordinate x. |
A points object that represents two points.
Represents two 2-D points on a 2D plane.
size_t steppable::YX2Points::x1 = 0 |
Point 1 coordinate x.
size_t steppable::YX2Points::x2 = 0 |
Point 2 coordinate x.
size_t steppable::YX2Points::y1 = 0 |
Point 1 coordinate y.
size_t steppable::YX2Points::y2 = 0 |
Point 2 coordinate y.