Rectangle[{x_min, y_min}, {x_max, y_max}] is a two-dimensional graphics primitive that represents a filled rectangle, oriented parallel to the axes. Rectangle[{x_min, y_min}] ...
ReliefImage[array] generates a relief image of an array of height values.
Scan
(Built-in Mathematica Symbol) Scan[f, expr] evaluates f applied to each element of expr in turn. Scan[f, expr, levelspec] applies f to parts of expr specified by levelspec.
SetProperty[{obj, item}, name -> value] sets the property name -> value for item in obj.
Thread
(Built-in Mathematica Symbol) Thread[f[args]] "threads" f over any lists that appear in args. Thread[f[args], h] threads f over any objects with head h that appear in args. Thread[f[args], h, n] threads f ...
VectorAngle[u, v] gives the angle between the vectors u and v.
VerticalSlider[y] represents a vertical slider at position y with range 0 to 1. VerticalSlider[Dynamic[y]] takes the position to be the dynamically updated current value of ...
WalleniusHypergeometricDistribution[n, n_succ, n_tot, w] represents a Wallenius noncentral hypergeometric distribution.
Basic two-dimensional graphics elements. Here is a line primitive. This shows the line as a two-dimensional graphics object.
CUDAImageSubtract[img, x] subtracts an amount x from each channel value in img.CUDAImageSubtract[mem, x] subtracts an amount x from each channel value in ...