Megadocs 0.0.1
All of megapop's internal libraries
|
This is the complete list of members for Megapop.MegaCore.FloatExt, including all inherited members.
Abs(this float f) | Megapop.MegaCore.FloatExt | inlinestatic |
Approximately(this float a, float b) | Megapop.MegaCore.FloatExt | inlinestatic |
Clamp(this float value, float min, float max) | Megapop.MegaCore.FloatExt | inlinestatic |
Clamp01(this float value) | Megapop.MegaCore.FloatExt | inlinestatic |
MoveTowards(this float current, float target, float maxDelta) | Megapop.MegaCore.FloatExt | inlinestatic |
Remap(this float value, float fromMin, float fromMax, float toMin, float toMax) | Megapop.MegaCore.FloatExt | inlinestatic |
Remap01(this float value, float fromMin, float fromMax) | Megapop.MegaCore.FloatExt | inlinestatic |
Sign(this float f) | Megapop.MegaCore.FloatExt | inlinestatic |