#include <HomgMap2D.h>
Public Member Functions | |
| virtual | ~HomgMap2D ()=0 |
| virtual HomgPoint2D | transform (const HomgPoint2D &p)=0 |
| Transform a point from space 1 to space 2. | |
| virtual HomgPoint2D | inverse_transform (const HomgPoint2D &p)=0 |
| Transform a point from space 2 to space 1. | |
Definition at line 20 of file HomgMap2D.h.
| virtual HomgMap2D::~HomgMap2D | ( | ) | [pure virtual] |
| virtual HomgPoint2D HomgMap2D::inverse_transform | ( | const HomgPoint2D & | p | ) | [pure virtual] |
Transform a point from space 2 to space 1.
| virtual HomgPoint2D HomgMap2D::transform | ( | const HomgPoint2D & | p | ) | [pure virtual] |
Transform a point from space 1 to space 2.
1.7.5.1