Static methods

staticbestNumberBetween(minValue:Float, currentValue:Float, maxValue:Float):Float

staticinlinedegreeToRad(degree:Float):Float

staticgetAverage(values:Array<Float>):Null<Float>

staticgetClosestNumber(options:Array<Float>, reference:Float):Float

staticgetDeviation(average:Float, values:Array<Float>):Float

staticgetIncreasePercent(before:Float, after:Float):Float

staticgetIntKeyForSeed(seed:String, min:Int, max:Int):Int

@:value({ precision : 10 })staticgetKeyForSeed(seed:String, precision:Int = 10):Float

staticgetMax(values:Array<Float>):Float

staticgetMediana(values:Array<Float>):Null<Float>

staticgetMin(values:Array<Float>):Float

@:value({ useBaseZero : false })staticgetRandom(max:Int, useBaseZero:Bool = false):Int

staticgetVariance(?average:Float, values:Array<Float>):Float

staticisEmpty(value:Null<Int>, negativesIsEmpty:Bool):Bool

statickillTween(key:String):Void

@:value({ max : 2 })staticmaxDecimal(value:Float, max:Int = 2):Float

staticinlineradToDegree(rad:Float):Float

staticradialPosition(radius:Float, angleDegree:Float):{y:Float, x:Float}

statictween(key:String, maxTimeMS:Float, onUpdate:Float ‑> Void, ?onConclusion:() ‑> Void):Void