HOG2
|
#include <Graphics.h>
Public Attributes | |
point | start |
point | end |
rgbColor | c |
float | width |
bool | arrow |
Definition at line 198 of file Graphics.h.
bool Graphics::Display::lineInfo::arrow |
Definition at line 202 of file Graphics.h.
Referenced by HandleCommand().
rgbColor Graphics::Display::lineInfo::c |
Definition at line 200 of file Graphics.h.
point Graphics::Display::lineInfo::end |
Definition at line 199 of file Graphics.h.
Referenced by HandleCommand().
point Graphics::Display::lineInfo::start |
Definition at line 199 of file Graphics.h.
Referenced by HandleCommand().
float Graphics::Display::lineInfo::width |
Definition at line 201 of file Graphics.h.