The apex of the funnel.
More...
#include <Funnel.h>
|
|
size_t | _id |
| | The identifier associated with this apex point. if -1, it is the start position, otherwise, a point extracted from the portal with the given id.
|
| |
|
Vector2 | _pos |
| | The position of the apex.
|
| |
| Menge::FunnelApex::FunnelApex |
( |
size_t |
id, |
|
|
const Vector2 & |
point |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
| id | The index of the portal associated with this apex. If -1, it is the start position. |
| point | The location of the start point. |
| void Menge::FunnelApex::set |
( |
size_t |
id, |
|
|
const Vector2 & |
point |
|
) |
| |
|
inline |
Sets the values of the apex.
- Parameters
-
| id | The index of the portal associated with this apex. If -1, it is the start position. |
| point | The location of the start point. |
The documentation for this class was generated from the following file: