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
4
namespace
business_logic::geometry
{
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
business_logic::geometry
The 2D geometry utility module.
Definition
helpers.cpp:3
business_logic::geometry::Size2D
A basic struct representing a 2D size.
Definition
Size2D.h:8
business_logic::geometry::Size2D::width
int width
Definition
Size2D.h:13
business_logic::geometry::Size2D::height
int height
Definition
Size2D.h:18
src
business_logic
geometry
Size2D.h
Generated by
1.9.8