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

A point object. More...

#include <point.hpp>

Public Attributes

size_t y = 0
 Coordinate y.
size_t x = 0
 Coordinate x.

Detailed Description

A point object.

Represents a 2-D point on a 2D plane.

Member Data Documentation

◆ x

size_t steppable::YXPoint::x = 0

Coordinate x.

◆ y

size_t steppable::YXPoint::y = 0

Coordinate y.


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