wrapAngle(angle, radians) → {number} Keeps an angle value between
angleBetweenPointsY(point1, point2) → {number} Find the angle of a segment from (point1.x, point1
fuzzyLessThan(a, b, epsilon) → {boolean} a is fuzzyLessThan
snapToFloor(input, gap, start) → {number} Snap a value to nearest
min() → {number} Variation of Math.min that can be passed either an array of numbers or the numbers
minProperty() → {number} Variation of Math.min that can be passed a property and either an array
normalizeAngle(angleRad) → {number} Normalizes an angle to the [0,2pi) range. Parameters
maxAdd(value, amount, max) → {number} Adds the given amount to the value, but never lets the value
<static> PI2 Twice PI. Properties:
fuzzyGreaterThan(a, b, epsilon) → {boolean} a is fuzzyGreaterThan
Page 5 of 6