Empeld
Empeld plugin documentation.
pluginbase.Helpers.Computative.MExt Member List

This is the complete list of members for pluginbase.Helpers.Computative.MExt, including all inherited members.

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