#include <drawer.h>
Public Member Functions | |
| virtual void | line (const Segment &segment)=0 |
| Method for drawing a straight line. | |
This class has only to be implemented if vectors have to be visualized.
| virtual void GVectors::Drawer::line | ( | const Segment & | segment | ) | [pure virtual] |
This method is intended for drawing a straight line on screen. However, it depends on the user how it is implemented.
| segment | A const pointer to a Segment class holding all information about what should be drawn. |
1.4.7