#include <simgear/compiler.h>
#include <vector>
#include <simgear/math/point3d.hxx>
Go to the source code of this file.
Classes | |
| class | point2d |
| Simple 2d point class where members can be accessed as x, dist, or lon and y, theta, or lat. More... | |
Typedefs | |
| typedef vector< int > | int_list |
| STL vector list of ints. | |
| typedef int_list::iterator | int_list_iterator |
| typedef int_list::const_iterator | const_int_list_iterator |
| typedef vector< double > | double_list |
| STL vector list of doubles. | |
| typedef double_list::iterator | double_list_iterator |
| typedef double_list::const_iterator | const_double_list_iterator |
| typedef vector< Point3D > | point_list |
| STL vector list of Point3D. | |
| typedef point_list::iterator | point_list_iterator |
| typedef point_list::const_iterator | const_point_list_iterator |
| typedef vector< string > | string_list |
| STL vector list of strings. | |
| typedef string_list::iterator | string_list_iterator |
| typedef string_list::const_iterator | const_string_list_iterator |
Definition in file sg_types.hxx.
1.5.1