maxProperty() → {number} Variation of Math.max that can be passed a property and either an array
smoothstep(x, min, max) → {float} Smoothstep function as detailed at http://en.wikipedia.org/wiki/Smoothstep
percent(a, b, base) → {number} Work out what percentage value a
sign() → {number} Returns a sign to be used with multiplication operator. Returns
sign(x) → {integer} A value representing the sign of the value: -1 for negative, +1 for positive
maxLevels : number The maximum number of levels to break down to. Default
roundTo(value, place, base) → {number}
uuid() → {string} Returns a valid RFC4122 version4 ID hex string from https://gist.github.com/1308368
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
Page 5 of 9