FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
Loading...
Searching...
No Matches
Size2D.h
Go to the documentation of this file.
1#ifndef BUSINESS_LOGIC_GEOMETRY_SIZE2D_H
2#define BUSINESS_LOGIC_GEOMETRY_SIZE2D_H
3
8 struct Size2D final {
9 public:
13 int width;
14
18 int height;
19 };
20} // namespace business_logic::geometry
21
22#endif // BUSINESS_LOGIC_GEOMETRY_SIZE2D_H
The 2D geometry utility module.
Definition helpers.cpp:3
A basic struct representing a 2D size.
Definition Size2D.h:8