#include <layoutCanvas.hpp>
Public Attributes | |
int | x |
int | y |
This struct represents a 2D coordinate.
Definition at line 39 of file layoutCanvas.hpp.
|
X coordinate. Definition at line 41 of file layoutCanvas.hpp. Referenced by Simulation::applyRule(), LayoutCanvas::drawCell(), LayoutCanvas::drawNumber(), LayoutCanvas::OnLeftDown(), Simulation::patternApplicable(), LayoutCanvas::realToView(), Simulation::ruleApplicable(), and LayoutCanvas::viewToReal(). |
|
Y coordinate. Definition at line 42 of file layoutCanvas.hpp. Referenced by Simulation::applyRule(), LayoutCanvas::drawCell(), LayoutCanvas::drawNumber(), LayoutCanvas::OnLeftDown(), LayoutCanvas::realToView(), and LayoutCanvas::viewToReal(). |