|
FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
|
A basic struct representing a 2D point. More...
#include <Point2D.h>
Collaboration diagram for business_logic::geometry::Point2D:Public Attributes | |
| int | x |
| int | y |
| int business_logic::geometry::Point2D::x |
The x coordinate
Definition at line 13 of file Point2D.h.
Referenced by business_logic::elements::blocks::BaseBlock::checkPort(), and business_logic::elements::blocks::BaseBlock::getPortCoordinates().
| int business_logic::geometry::Point2D::y |
The y coordinate
Definition at line 18 of file Point2D.h.
Referenced by business_logic::elements::blocks::BaseBlock::checkPort().