degToRad(degrees) → {number} Convert degrees to radians. Parameters
maxProperty() → {number} Variation of Math.max that can be passed a property and either an array
wrap(value, min, max) → {number} Ensures that the value always stays between min and max, by wrapping
fuzzyCeil(val, epsilon) → {number} Applies a fuzzy ceil to the given
wrapAngle(angle, radians) → {number} Keeps an angle value between
distance(x1, y1, x2, y2) → {number} Returns the euclidian distance between the two given set of
snapTo(input, gap, start) → {number} Snap a value to nearest grid
angleBetweenPointsY(point1, point2) → {number} Find the angle of a segment from (point1.x, point1
angleBetween(x1, y1, x2, y2) → {number} Find the angle of a segment from (x1, y1) -> (x2, y2)
clamp(v, min, max) → {number} Force a value within the boundaries by clamping it to the range min
Page 4 of 6