degToRad(degrees) → {number} Convert degrees to radians. Parameters
floorTo(value, place, base) → {number}
within(a, b, tolerance) → {boolean} Checks if two values are within the given tolerance of each
fuzzyCeil(val, epsilon) → {number} Applies a fuzzy ceil to the given
snapTo(input, gap, start) → {number} Snap a value to nearest grid
angleBetween(x1, y1, x2, y2) → {number} Find the angle of a segment from (x1, y1) -> (x2, y2)
snapToCeil(input, gap, start) → {number} Snap a value to nearest grid
clamp(v, min, max) → {number} Force a value within the boundaries by clamping it to the range min
max() → {number} Variation of Math.max that can be passed either an array of numbers or the numbers
distance(x1, y1, x2, y2) → {number} Returns the euclidian distance between the two given set of
Page 4 of 6