Module primitives

Source
Expand description

Set of geometric primitives - atomic building blocks for the geometry module

Structsยง

Circle
Circle
Edge
Line segment between two Points
Point
A Point in 2D space with x and y coordinates
Rect
Axis-aligned rectangle
SPolygon
A Simple Polygon is a polygon that does not intersect itself and contains no holes. It is a closed shape with a finite number of vertices and edges. read more