CUDAImageAdd[img, x] adds an amount x to each channel value in img.CUDAImageAdd[mem, x] adds an amount x to each channel value in mem.CUDAImageAdd[img 1, img 2] gives an ...
CUDALink is a built-in Mathematica package that provides a simple and powerful interface for using CUDA within Mathematica's streamlined work flow. CUDALink provides you with ...
GUIObject[root, args] represents a live interface instance with root widget root, wrapping the active widgets and environment.
Script
(GUIKit Package Symbol) Script[scriptcode] defines a script to be used either on load or during an event.
Widget["Timer"] creates a timed action.
Even though the GUIKit widget expression was designed with user interface issues in mind, you can construct object trees unrelated to user interface widgets and still take ...
LineScaledCoordinate[{{x_1, y_1}, {x_2, y_2}, ..., {x_k, y_k}}, r] gives the coordinate of a point in the polyline {{x_1, y_1}, {x_2, y_2}, ..., {x_k, y_k}}, at a scaled ...
OpenTruncate[expr] truncates each edge of each polygon in graphics expression expr without filling in with a polygon.OpenTruncate[expr, ratio] truncates to the specified ...
Truncate
(Polyhedron Operations Package Symbol) Truncate[expr] truncates each edge of each polygon in graphics expression expr.Truncate[expr, ratio] truncates to the specified ratio of the edge length.
BoxesToSymbolicMathML[boxes] converts the Mathematica box structure, boxes, into a MathML-flavored SymbolicXML structure.