![]() |
Menge Plugin Examples
A Collection of Example Plugins for the Menge Framework
|
The data structure representing a point in the formation. More...
#include <FreeFormation.h>
Public Attributes | |
| size_t | _id |
| The id of the sentinel point. | |
| Vector2 | _pos |
| The position of the sentinel point (in formation space) | |
| float | _dist |
| The distance of the sentinel point to the formation center. | |
| Vector2 | _dir |
| The direction of the sentinel point to the formation center. | |
| bool | _border |
| Flag indicating if this is a border point (true) or not (false). | |
| float | _weight |
| The weight of the sentinel point. | |
The data structure representing a point in the formation.
1.8.8