Euphoria
Classes | Namespaces | Functions
scurve.h File Reference

Go to the source code of this file.

Classes

struct  eu::core::SCurve
 Contains the parameters for an S-Curve. More...
 

Namespaces

namespace  eu
 
namespace  eu::core
 

Functions

SCurve eu::core::s_curve_from_input (float x, float y)
 Generate an S-Curve from user input.
 
float eu::core::calculate_s_curve (float x, float slope, float threshold)
 Calculates an S-Curve.