Menge Plugin Examples
A Collection of Example Plugins for the Menge Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Attributes | List of all members
Formations::FormationPoint Struct Reference

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.
 

Detailed Description

The data structure representing a point in the formation.


The documentation for this struct was generated from the following file: