#include <Manipulatables.h>
Public Member Functions | |
FlatShadedVertex () | |
Data Fields | |
Vertex3f | vertex |
Colour4b | colour |
Normal3f | normal |
Definition at line 10 of file Manipulatables.h.
FlatShadedVertex::FlatShadedVertex | ( | ) | [inline] |
Definition at line 16 of file Manipulatables.h.
Colour4b FlatShadedVertex::colour |
Definition at line 13 of file Manipulatables.h.
Normal3f FlatShadedVertex::normal |
Definition at line 14 of file Manipulatables.h.
Referenced by draw_arrowhead().
Vertex3f FlatShadedVertex::vertex |
Definition at line 12 of file Manipulatables.h.
Referenced by draw_arrowhead().