Skip to main content

Module point

Module point 

Source
Expand description

Integer cell coordinates for the discrete grid lane. Integer coordinates for discrete grid cells.

Point is a zero-based x/y address whose bounds are defined by a concrete crate::Grid; loaders choose the visual origin, not solvers. Prefer condor_core::Point2 for any-angle or continuous coordinates.

Structsยง

Point
A single grid cell address (x column, y row), zero-based.