|
FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
|
#include "helpers.h"
Include dependency graph for helpers.cpp:Go to the source code of this file.
Namespaces | |
| namespace | business_logic |
| The business logic module. | |
| namespace | business_logic::geometry |
| The 2D geometry utility module. | |
Functions | |
| bool | business_logic::geometry::isCircleHovered (int mouseX, int mouseY, int cX, int cY, int radius) |
| Check if a point is within a circle. | |