mapline_s Struct Reference

A path on the map described by 2D points. More...

#include <cp_aircraft.h>

Data Fields

int numPoints
float distance
vec2_t point [LINE_MAXPTS]

Detailed Description

A path on the map described by 2D points.

Definition at line 45 of file cp_aircraft.h.


Field Documentation

the distance between two points of the path - total distance is then (distance * (numPoints - 1))

Definition at line 47 of file cp_aircraft.h.

Referenced by AIR_AircraftMakeMove(), AIR_LoadRouteXML(), AIR_SaveRouteXML(), and MAP_MapCalcLine().

vec2_t mapline_s::point[LINE_MAXPTS]

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

Generated by  doxygen 1.6.2