FlowArithmeticCalculator
1.0.0
Flow Arithmetic Calculator
Loading...
Searching...
No Matches
helpers.h
Go to the documentation of this file.
1
#ifndef BUSINESS_LOGIC_GEOMETRY_HELPERS_H
2
#define BUSINESS_LOGIC_GEOMETRY_HELPERS_H
3
7
namespace
business_logic::geometry
{
17
bool
isCircleHovered
(
int
mouseX,
int
mouseY,
int
cX,
int
cY,
int
radius);
18
}
// namespace business_logic::geometry
19
20
#endif
// BUSINESS_LOGIC_GEOMETRY_HELPERS_H
business_logic::geometry
The 2D geometry utility module.
Definition
helpers.cpp:3
business_logic::geometry::isCircleHovered
bool isCircleHovered(int mouseX, int mouseY, int cX, int cY, int radius)
Check if a point is within a circle.
Definition
helpers.cpp:4
src
business_logic
geometry
helpers.h
Generated by
1.9.8