Monado OpenXR Runtime
|
A single curve on a plot. More...
#include <util/u_var.h>
Data Fields | |
u_var_curve_getter | getter |
Getter of 2D points for the curve. More... | |
void * | data |
User data for getter More... | |
int | count |
Number of points to draw; param i < count. More... | |
const char * | label |
Curve name. More... | |
const char * | xlabel |
Label of the X axis. More... | |
const char * | ylabel |
Label of the Y axis. More... | |
A single curve on a plot.
int u_var_curve::count |
Number of points to draw; param i < count.
void* u_var_curve::data |
User data for getter
u_var_curve_getter u_var_curve::getter |
Getter of 2D points for the curve.
const char* u_var_curve::label |
Curve name.
const char* u_var_curve::xlabel |
Label of the X axis.
const char* u_var_curve::ylabel |
Label of the Y axis.