rekcurve
Rekcurve is a term used in geometry and computer graphics to describe a broad class of curves generated by recursive rules. It denotes a family of curves rather than a single fixed object, with definitions varying across sources while sharing a common idea: the curve is produced from a recurrence relation applied to points or segments.
The basic construction starts with a seed sequence of points, P0, P1, and a recurrence rule F
Mathematical properties of rekcurves depend on the chosen recurrence. When F is contractive, the generating process
Applications of rekcurves appear in procedural modeling, font and vector-graphics design, animation path generation, and visual
See also fractal curves, subdivision curves, and L-systems. The term remains a flexible descriptor in contemporary