Go to the source code of this file.
Data Structures | |
class | Origin |
class | Null_vector |
class | Vector_3< Type > |
Some basic geometric data types. More... | |
class | Point_3< T > |
class | Vector_2< Type > |
class | Point_2< T > |
Typedefs | |
typedef double | Real |
Enumerations | |
enum | { E2N_USER = 0, E2N_ONE = 1, E2N_AREA = 2, E2N_ANGLE = 3 } |
Functions | |
template<class T> | |
Vector_3< T > | operator* (T t, const Vector_3< T > &v) |
template<class Type> | |
std::ostream & | operator<< (std::ostream &os, const Vector_3< Type > &p) |
template<class Type> | |
std::ostream & | operator<< (std::ostream &os, const Point_3< Type > &p) |
template<class T> | |
Vector_2< T > | operator* (T t, const Vector_2< T > &v) |
template<class Type> | |
std::ostream & | operator<< (std::ostream &os, const Vector_2< Type > &p) |
template<class Type> | |
std::ostream & | operator<< (std::ostream &os, const Point_2< Type > &p) |
typedef double Real |
Definition at line 301 of file mapbasic.h.
anonymous enum |
Definition at line 118 of file mapbasic.h.
Definition at line 245 of file mapbasic.h.