#include <math.h>
#include "std/config.H"
Go to the source code of this file.
Compounds | |
class | point2i |
class | vec2i |
Typedefs | |
typedef const class vec2i | cvec2i |
typedef ARRAY< vec2i > | vec2i_list |
typedef const class point2i | cpoint2i |
typedef ARRAY< point2i > | point2i_list |
Functions | |
ostream & | operator<< (ostream &os, cvec2i &v) |
istream & | operator>> (istream &is, vec2i &v) |
ostream & | operator<< (ostream &os, cpoint2i &p) |
istream & | operator>> (istream &is, point2i &p) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|