Instantsides
Instantsides are a geometric construct used in computational geometry to describe a particular feature of polygon offsets. Given a polygon P in the plane and a nonnegative offset distance r, the offset P_r is the set of all points at distance at most r from P. The boundary ∂P_r consists of straight segments and circular arcs. An instantside is a maximal straight segment of ∂P_r that runs parallel to an edge of P. For many polygons, each edge of P contributes a corresponding instantside on ∂P_r, though the relationship can be more complex for nonconvex shapes.
Definition and properties. In the common case of a convex polygon, there is a direct correspondence: every
Computation and applications. Instantsides appear naturally in standard polygon offsetting or dilation algorithms, such as those
Examples and related concepts. For a simple square, there are four instantsides, one parallel to each side,