DDNet documentation
Loading...
Searching...
No Matches
envelope_editor.cpp File Reference
Include dependency graph for envelope_editor.cpp:

Classes

class  CTimeStep

Functions

static const char * CurveTypeNameShort (int CurveType)
static float ClampDelta (float Val, float Delta, float Min, float Max)

Variables

static const char *const CURVE_TYPE_NAMES [] = {"Step", "Linear", "Slow", "Fast", "Smooth", "Bezier"}
static const char *const CURVE_TYPE_NAMES_SHORT [] = {"N", "L", "S", "F", "M", "B"}

Function Documentation

◆ ClampDelta()

float ClampDelta ( float Val,
float Delta,
float Min,
float Max )
static

◆ CurveTypeNameShort()

const char * CurveTypeNameShort ( int CurveType)
static

Variable Documentation

◆ CURVE_TYPE_NAMES

const char* const CURVE_TYPE_NAMES[] = {"Step", "Linear", "Slow", "Fast", "Smooth", "Bezier"}
static

◆ CURVE_TYPE_NAMES_SHORT

const char* const CURVE_TYPE_NAMES_SHORT[] = {"N", "L", "S", "F", "M", "B"}
static