#include <Path.h>
Public Member Functions | |
virtual Point | eval (float dist) const =0 |
float | getLength () |
void | setLength (float len) |
Protected Member Functions | |
Path () | |
~Path () | |
Protected Attributes | |
float | length |
geom::Path::Path | ( | ) | [protected] |
geom::Path::~Path | ( | ) | [inline, protected] |
virtual Point geom::Path::eval | ( | float | dist | ) | const [pure virtual] |
Implemented in geom::Line.
float geom::Path::getLength | ( | ) | [inline] |
void geom::Path::setLength | ( | float | len | ) |
float geom::Path::length [protected] |