#include <vector.h>
Public Member Functions | |
vector (const point &s, const point &e, const color &col) | |
Constructor. | |
void | dl_gen (const screen &s) |
Display-list generator. | |
Public Attributes | |
color | c |
The color of the the point. | |
point | start |
The endpoints of the vector. | |
point | end |
void glot::vector::dl_gen | ( | const screen & | s | ) | [virtual] |
Display-list generator.
s | - the screen specs |
Implements glot::primitive.
The endpoints of the vector.