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

A point object. More...

#include <point.hpp>

Public Attributes

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

Detailed Description

A point object.

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

Member Data Documentation

◆ x

size_t steppable::XYPoint::x = 0

Coordinate x.

◆ y

size_t steppable::XYPoint::y = 0

Coordinate y.


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