HOG2
|
#include <Graphics.h>
Public Attributes | |
point | center |
rgbColor | c |
float | radius |
int | segments |
float | rotate |
float | width |
Definition at line 190 of file Graphics.h.
rgbColor Graphics::Display::shapeInfo::c |
Definition at line 192 of file Graphics.h.
Referenced by HandleCommand().
point Graphics::Display::shapeInfo::center |
Definition at line 191 of file Graphics.h.
Referenced by HandleCommand().
float Graphics::Display::shapeInfo::radius |
Definition at line 193 of file Graphics.h.
Referenced by HandleCommand().
float Graphics::Display::shapeInfo::rotate |
Definition at line 195 of file Graphics.h.
Referenced by HandleCommand().
int Graphics::Display::shapeInfo::segments |
Definition at line 194 of file Graphics.h.
Referenced by HandleCommand().
float Graphics::Display::shapeInfo::width |
Definition at line 196 of file Graphics.h.