#include <SfLps.h>
Inheritance diagram for SfWall::
Public Methods | |
SfWall (double x1, double y1, double x2, double y2) | |
Constructor, using endpoint arguments. | |
SfWall () | |
Constructor, using defaults of zero. | |
virtual | ~SfWall () |
Destructor. | |
void | draw (SfWin *w) |
This function is overridden by the artifact subclass to draw a particular artifact. | |
Public Attributes | |
double | length |
Length of wall, should not be reset. | |
SfVector | v |
Vector representation, should not be reset. |