Liking cljdoc? Tell your friends :D
ClojureScript only.

mathbox.primitives.data.array


Arraycljs

1D array

:aligned false (bool) - Use (fast) integer lookups :bufferWidth 1 (number) - Array buffer width :channels 4 (number) - Number of channels :classes [] (string array) - Custom classes, e.g. [\"big\"] :data null (nullable object) - Data array :expr null (nullable emitter) - Data emitter expression, e.g. function (emit, i, time, delta) { ... } :fps null (nullable number) - Frames-per-second update rate, e.g. 60 :history 1 (number) - Array history :hurry 5 (number) - Maximum frames to hurry per frame :id null (nullable string) - Unique ID, e.g. \"sampler\" :items 4 (number) - Number of items :limit 60 (number) - Maximum frames to track :live true (bool) - Update continuously :magFilter \"nearest\" (filter) - Texture magnification filtering :minFilter \"nearest\" (filter) - Texture minification filtering :observe false (bool) - Pass clock time to data :realtime false (bool) - Run on real time, not clock time :type \"float\" (type) - Texture data type :width 1 (nullable number) - Array width

*1D array*

:aligned `false` (bool) - Use (fast) integer lookups
:bufferWidth `1` (number) - Array buffer width
:channels `4` (number) - Number of channels
:classes `[]` (string array) - Custom classes, e.g. `[\"big\"]`
:data `null` (nullable object) - Data array
:expr `null` (nullable emitter) - Data emitter expression, e.g. `function (emit, i, time, delta) { ... }`
:fps `null` (nullable number) - Frames-per-second update rate, e.g. `60`
:history `1` (number) - Array history
:hurry `5` (number) - Maximum frames to hurry per frame
:id `null` (nullable string) - Unique ID, e.g. `\"sampler\"`
:items `4` (number) - Number of items
:limit `60` (number) - Maximum frames to track
:live `true` (bool) - Update continuously
:magFilter `\"nearest\"` (filter) - Texture magnification filtering
:minFilter `\"nearest\"` (filter) - Texture minification filtering
:observe `false` (bool) - Pass clock time to data
:realtime `false` (bool) - Run on real time, not clock time
:type `\"float\"` (type) - Texture data type
:width `1` (nullable number) - Array width
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close