Megadocs 0.0.1
All of megapop's internal libraries
|
This is the complete list of members for Megapop.MegaCore.DoubleExt, including all inherited members.
Abs(this double f) | Megapop.MegaCore.DoubleExt | static |
Clamp(this double value, double min, double max) | Megapop.MegaCore.DoubleExt | inlinestatic |
Clamp01(this double value) | Megapop.MegaCore.DoubleExt | inlinestatic |
MoveTowards(this double current, double target, double maxDelta) | Megapop.MegaCore.DoubleExt | static |
Remap(this double s, double from1, double from2, double to1, double to2) | Megapop.MegaCore.DoubleExt | inlinestatic |
Remap01(this double value, double from1, double from2) | Megapop.MegaCore.DoubleExt | inlinestatic |
Sign(this double f) | Megapop.MegaCore.DoubleExt | static |