Segmentoidut
Segmentoidut is a term used in geometry and computer graphics to describe objects that are composed of sequential straight-line segments connected at joints. The name derives from segment-based geometry and reflects a class of polyline-like structures used to model paths, boundaries, and articulated shapes.
Definition: A segmentoidut object is defined by an ordered list of segments S = [s1, s2, ..., sn],
Classification: Segmentoidut can be planar or spatial, and rigid or articulated depending on joint constraints between
Construction: They can be produced by sampling a curve into a polyline, by procedural generation in computer
Properties: The object is piecewise-linear; its geometric properties are determined by the segment parameters and joint
Applications: Used in vector graphics representations (SVG), computer-aided design, robotics modeling of manipulators, geographic information systems
See also: Polyline, Polygonal chain, Piecewise linear.
References: This article describes a general concept in computational geometry and related fields; for further reading,