bounce(int i, int m) | pluginbase.Helpers.Computative.MExt | static |
CeilDiv(int a, int b) | pluginbase.Helpers.Computative.MExt | static |
CeilInt(float v) | pluginbase.Helpers.Computative.MExt | static |
CeilInt(double v) | pluginbase.Helpers.Computative.MExt | static |
Clamp(float v, float min, float max) | pluginbase.Helpers.Computative.MExt | static |
Clamp(int v, int min, int max) | pluginbase.Helpers.Computative.MExt | static |
Clamp(long v, long min, long max) | pluginbase.Helpers.Computative.MExt | static |
Clamp(double v, double min, double max) | pluginbase.Helpers.Computative.MExt | static |
ClampUnit(float v) | pluginbase.Helpers.Computative.MExt | static |
ClampUnit(double v) | pluginbase.Helpers.Computative.MExt | static |
DegreeToRadian(float degree) | pluginbase.Helpers.Computative.MExt | static |
DegreeToRadian(double degree) | pluginbase.Helpers.Computative.MExt | static |
FloatRemainder(float val, float div) | pluginbase.Helpers.Computative.MExt | static |
FloatRemainder(double val, double div) | pluginbase.Helpers.Computative.MExt | static |
FloorDiv(int a, int b) | pluginbase.Helpers.Computative.MExt | static |
FloorInt(float v) | pluginbase.Helpers.Computative.MExt | static |
FloorInt(double v) | pluginbase.Helpers.Computative.MExt | static |
FloorNearest(float val, float by) | pluginbase.Helpers.Computative.MExt | static |
FloorNearest(double val, double by) | pluginbase.Helpers.Computative.MExt | static |
Fraction(float v) | pluginbase.Helpers.Computative.MExt | static |
Fraction(double v) | pluginbase.Helpers.Computative.MExt | static |
Max< T >(params T[] args) | pluginbase.Helpers.Computative.MExt | static |
Min< T >(params T[] args) | pluginbase.Helpers.Computative.MExt | static |
mmod(int i, int m) | pluginbase.Helpers.Computative.MExt | static |
mmodNorm(int i, int m) | pluginbase.Helpers.Computative.MExt | static |
NextPow2(int v) | pluginbase.Helpers.Computative.MExt | static |
Normalize(float v, float min, float max) | pluginbase.Helpers.Computative.MExt | static |
Normalize(double v, double min, double max) | pluginbase.Helpers.Computative.MExt | static |
NormalizeClamp(float v, float min, float max) | pluginbase.Helpers.Computative.MExt | static |
NormalizeClamp(double v, double min, double max) | pluginbase.Helpers.Computative.MExt | static |
NormalizedFloatRemainder(float val, float div) | pluginbase.Helpers.Computative.MExt | static |
Pi | pluginbase.Helpers.Computative.MExt | |
RadianToDegree(float radian) | pluginbase.Helpers.Computative.MExt | static |
RadianToDegree(double radian) | pluginbase.Helpers.Computative.MExt | static |
WrapUnit(float val) | pluginbase.Helpers.Computative.MExt | static |