Skip to content

Glossary

Adrian Mariano edited this page Nov 15, 2025 · 1 revision

Glossary

Definitions of various Words and terms.

P R


P

Path

An ordered list of two or more points specifying a path through space. Usually points are 2D.

Point

A list of numbers, also called a vector. Usually has length 2 or 3 to represent points in the place on points in space.

Pointlist

An unordered list of points.

Polygon

A path, usually 2D, that describes a polygon by asuming that the first and last point are connected.

R

Region

A list of one or more non-intersecting polygons representing a union of one or more disconnected polygons that may have internal holes.

Clone this wiki locally