|
void | SetFromBezier (float fC1, float fC2, float fC3, float fC4) |
|
void | GetBezier (float &fC1, float &fC2, float &fC3, float &fC4) const |
|
void | SetFromCubic (float fX1, float fX2, float fX3, float fX4) |
|
auto | Evaluate (float fT) const -> float |
|
auto | GetSlope (float fT) const -> float |
|
auto | GetBezierStart () const -> float |
|
auto | GetBezierEnd () const -> float |
|
void | PushSelf (lua_State *L) |
|
The documentation for this class was generated from the following files:
- /home/runner/work/etterna/etterna/src/RageUtil/Misc/RageMath.h
- /home/runner/work/etterna/etterna/src/RageUtil/Misc/RageMath.cpp