#include "defines.h"
#include "kmath.h"
#include "math_types.h"
Go to the source code of this file.
◆ circle_2d
Represents a two-dimensional circle in space.
◆ point_in_circle_2d()
Indicates if the provided point is within the given circle.
- Parameters
-
point | The point to check. |
rect | The rectangle to check against. |
- Returns
- True if the point is within the rectangle; otherwise false.
◆ point_in_rect_2d()
Indicates if the provided point is within the given rectangle.
- Parameters
-
point | The point to check. |
rect | The rectangle to check against. |
- Returns
- True if the point is within the rectangle; otherwise false.