Singlecurves
Singlecurves is a term used in mathematics, computer graphics, and design to refer to curves that are defined by a single parametric expression. In its broad use, a singlecurve is the image of a continuous map γ from an interval I ⊆ R into Euclidean space R^n, typically written as γ(t) = (x(t), y(t)) in 2D or γ(t) = (x(t), y(t), z(t)) in 3D. The curve is traced as t varies over I, producing one continuous line without splitting into separate branches.
In practice, singlecurves are contrasted with curve families that require several parametric components or multiple curves
Applications include computer-aided design, typography, animation, and robotic or CNC path planning where a single continuous
Variant concepts include reparameterization for uniform spacing and polycurves, sequences of singlecurves joined at breakpoints. See