#include <SfLps.h>
Inheritance diagram for SfCorridor::
Public Methods | |
SfCorridor (double x, double y, double th, double w, double l) | |
Constructor using all parameters. | |
SfCorridor () | |
Constructor using default of zero. | |
virtual | ~SfCorridor () |
Destructor. | |
void | draw (SfWin *w) |
This function is overridden by the artifact subclass to draw a particular artifact. | |
Public Attributes | |
double | width |
Width and length of the corridor, can be reset. | |
double | length |
Width and length of the corridor, can be reset. |