#include "geometry_2d.h"#include <math.h>

Go to the source code of this file.
Classes | |
| struct | xform_2d_t |
Functions | |
| xform_2d_t::point_t | operator* (IN const xform_2d_t &T, IN const xform_2d_t::point_t &p) throw () |
| xform_2d_t::point_t operator* | ( | IN const xform_2d_t & | T, | |
| IN const xform_2d_t::point_t & | p | |||
| ) | throw () [inline] |
Definition at line 136 of file xform_2d.h.
1.7.1