![]() |
Mod Helpers
v5.9.6
A centralized collection of library code, helpful services, and end-user functions for mod management and information.
|
Assorted static "helper" functions pertaining to math. More...
Static Public Member Functions | |
static double | CosineInterpolate (double y1, double y2, double mu) |
Finds the value of a curved interpolation between 2 values. More... | |
Assorted static "helper" functions pertaining to math.
Definition at line 8 of file MathHelpers.cs.
|
static |
Finds the value of a curved interpolation between 2 values.
y1 | |
y2 | |
mu |
Definition at line 16 of file MathHelpers.cs.