UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 38 of file cp_aircraft.h.

Field Documentation

float mapline_s::distance

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

Definition at line 40 of file cp_aircraft.h.

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


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