|
Euphoria
|
Represents the GUI state for an S-curve. More...
Public Member Functions | |
| SCurveGuiState ()=default | |
| SCurveGuiState (float x, float y) | |
Static Public Member Functions | |
| static SCurveGuiState | light_curve () |
Public Attributes | |
| ImVec2 | drag = {0.5f, 0.5f} |
| the gui data | |
| std::vector< ImVec2 > | point_cache |
|
default |
|
static |