Skip to main content

Module coordinate_position

Module coordinate_position 

Source
Expand description

Tri-state point-in-geometry classification.

Boost’s Cartesian winding strategy computes a three-way result before within and covered_by reduce it to booleans. This module exposes that distinction through the same public tag-dispatched strategy path.

Enums§

CoordinatePosition
The position of a point relative to a geometry.

Functions§

coordinate_position
Classify a point as inside, on the boundary, or outside a geometry.