Global

Members

(constant) app

Begin building the @type {App}.
Source:

(constant) BlendMode

Blend modes.
Source:

(constant) BlendMode

Blend modes.
Source:

(constant) clamp

Clamps the given number between the given minimum and maximum values.
Source:

(constant) constrain

Contrains the given number between the given minimum and maximum values. Same as clamp
Source:

(constant) deg2rad

convert degrees to radians
Source:

(constant) dist

Calculates the distance between two points in two dimensions.
Source:

(constant) map

Maps a number from one range to another.
Source:

(constant) pingpong

Returns a value that will increment and decrement between the range of 0 and the length. This requires the value t to be a self-incrementing value (for examples the app iterations)
Source:

(constant) rad2deg

convert radians to degrees
Source:

(constant) randomRange

Generate a random number between the minimum and maximum
Source:

(constant) randomRangeInt

Generate random number between the minimum and maximum and round it to an integer value. [min, max[
Source: