30#ifndef QA_UTILS_GEOMETRY_LINE_CHAIN_CONSTRUCTION__H
31#define QA_UTILS_GEOMETRY_LINE_CHAIN_CONSTRUCTION__H
Represent a polyline containing arcs as well as line segments: A chain of connected line and/or arc s...
SHAPE_LINE_CHAIN BuildSquareChain(int aSize, const VECTOR2I &aCentre)
Builds a square SHAPE_LINE_CHAIN of a certain size at a certain centre.
SHAPE_LINE_CHAIN BuildRectChain(const VECTOR2I &aSize, const VECTOR2I &aCentre)
Builds a rectangular SHAPE_LINE_CHAIN of a certain size at a certain centre.