roundTo(value, place, base) → {number}
angleBetweenY(x1, y1, x2, y2) → {number} Find the angle of a segment from (x1, y1) -> (x2, y2)
within(a, b, tolerance) → {boolean} Checks if two values are within the given tolerance of each
snapToCeil(input, gap, start) → {number} Snap a value to nearest grid
angleBetweenPointsY(point1, point2) → {number} Find the angle of a segment from (point1.x, point1
distance(x1, y1, x2, y2) → {number} Returns the euclidian distance between the two given set of
fuzzyLessThan(a, b, epsilon) → {boolean} a is fuzzyLessThan
angleBetween(x1, y1, x2, y2) → {number} Find the angle of a segment from (x1, y1) -> (x2, y2)
max() → {number} Variation of Math.max that can be passed either an array of numbers or the numbers
clamp(v, min, max) → {number} Force a value within the boundaries by clamping it to the range min
Page 4 of 6