|
OpenMoHAA 0.83.0
|
Public Member Functions | |
| CLASS_PROTOTYPE (GravPath) | |
| void | Clear (void) |
| void | Reset (void) |
| void | AddNode (GravPathNode *node) |
| GravPathNode * | GetNode (int num) |
| GravPathNode * | NextNode (void) |
| Vector | ClosestPointOnPath (Vector pos, Entity &ent, float *bestdist, float *speed, float *radius) |
| float | DistanceAlongPath (Vector pos, float *speed) |
| Vector | PointAtDistance (Vector pos, float dist, qboolean is_player, float *max_distance) |
| void | DrawPath (float r, float g, float b) |
| int | NumNodes (void) |
| float | Length (void) |
| GravPathNode * | Start (void) |
| GravPathNode * | End (void) |
| void | Archive (Archiver &arc) override |
Public Attributes | |
| Vector | mins |
| Vector | maxs |
| Vector | origin |
| qboolean | force |