Mathematica allows full control of fonts, not only in ordinary text but also in typeset structures, graphics, and user interface elements. All features of fonts can be ...
Mathematica has over a thousand options that allow full control over every aspect of its interface. These options can be set interactively from menus, defined in stylesheets, ...
BSplineFunction[{pt_1, pt_2, ...}] represents a B-spline function for a curve defined by the control points pt_i.BSplineFunction[array] represents a B-spline function for a ...
BSplineSurface[array] is a graphics primitive that represents a non-uniform rational B-spline surface defined by an array of x, y, z control points.
Mathematica lets you determine the final rendered color of a 3D surface using simulated lighting, reflection, and glow. With the Glow option, you can color a 3D surface ...
ProgressIndicator[x] represents a progress indicator with setting x in the range 0 to 1. ProgressIndicator[Dynamic[x]] takes the setting to be the dynamically updated current ...
$IterationLimit gives the maximum length of evaluation chain used in trying to evaluate any expression.
OpenCLImplicitRender3D[poly, vars, r] ray traces the implicit surface poly = 0 as a function of vars with bound sphere of radius r.
When numerically solving Hamiltonian dynamical systems it is advantageous if the numerical method yields a symplectic map. If the Hamiltonian can be written in separable ...
The Mathematica compiler can run computations in parallel. It does this by threading a compiled function over lists of data in parallel. A first step is to create a compiled ...