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
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
The 2D geometry utility module.
Definition helpers.cpp:3
bool isCircleHovered(int mouseX, int mouseY, int cX, int cY, int radius)
Check if a point is within a circle.
Definition helpers.cpp:4