pub type GridPoint<C> = Point2d<GridIndex<C>>;
Expand description
The x and y positions of a chunk in the number of chunks, not in world coordinates.
Aliased Type§
pub struct GridPoint<C> {
pub x: GridIndex<C>,
pub y: GridIndex<C>,
}
Fields§
§x: GridIndex<C>
x
position
y: GridIndex<C>
y
position