FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
Loading...
Searching...
No Matches
business_logic::geometry::Point2D Struct Reference

A basic struct representing a 2D point. More...

#include <Point2D.h>

+ Collaboration diagram for business_logic::geometry::Point2D:

Public Attributes

int x
 
int y
 

Detailed Description

A basic struct representing a 2D point.

Definition at line 8 of file Point2D.h.

Member Data Documentation

◆ x

int business_logic::geometry::Point2D::x

◆ y

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().


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