Bike-X
0.8
|
#include "../../Include/OVR.h"
#include "../Kernel/OVR_Hash.h"
#include "../Kernel/OVR_Array.h"
#include "../Kernel/OVR_Threads.h"
#include "../Kernel/OVR_Deque.h"
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | OVR::Util::CirclePlot |
struct | OVR::Util::TextPlot |
class | OVR::Util::Frame |
class | OVR::Util::ImageWindow |
Namespaces | |
OVR | |
OVR::Util | |
struct OVR::Util::CirclePlot |
Definition at line 47 of file Util_ImageWindow.h.
Data Fields | ||
---|---|---|
float | b | |
bool | fill | |
float | g | |
float | r | |
float | radius | |
float | x | |
float | y |
struct OVR::Util::TextPlot |
Definition at line 58 of file Util_ImageWindow.h.
Data Fields | ||
---|---|---|
float | b | |
float | g | |
float | r | |
String | text | |
float | x | |
float | y |