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 (
xcolumn,yrow), zero-based.