Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of el17dg by
CircleBounds Class Reference
CicleBounds Class. More...
#include <collision_lib.h>
Public Member Functions | |
| CircleBounds () | |
| Default constructor. | |
| CircleBounds (Point _center, float _radius) | |
| Constructor with center and radius parameters. | |
Detailed Description
CicleBounds Class.
Class to define object's bounds as a circle with center(e.g. offset).
- Date:
- 15/04/2019
Definition at line 49 of file collision_lib.h.
Constructor & Destructor Documentation
| CircleBounds | ( | ) |
Default constructor.
Definition at line 52 of file collision_lib.h.
| CircleBounds | ( | Point | _center, |
| float | _radius | ||
| ) |
Constructor with center and radius parameters.
Definition at line 54 of file collision_lib.h.
Generated on Thu Jul 14 2022 14:15:02 by
1.7.2
