Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
steppable::YX2Points Struct Reference

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.

Detailed Description

A points object that represents two points.

Represents two 2-D points on a 2D plane.

Member Data Documentation

◆ x1

size_t steppable::YX2Points::x1 = 0

Point 1 coordinate x.

◆ x2

size_t steppable::YX2Points::x2 = 0

Point 2 coordinate x.

◆ y1

size_t steppable::YX2Points::y1 = 0

Point 1 coordinate y.

◆ y2

size_t steppable::YX2Points::y2 = 0

Point 2 coordinate y.


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