Expand description
§Argentum - Coordinate System
This crate contains the coordinate system that is used by Argentum and some utilities related to it.
Import the prelude to gain access to all the crate’s types.
The correct type to use when interfacing with Argentum is Coordinate.
Feel free to make other similar types by creating type aliases for
Coord<T>.
For more information about Argentum, see the argentum_game crate.
Modules§
- coordinate
- Contains
Coordinateand related structs. - errors
- Contains the
CoordinateOutOfBoundsError. - prelude
- Import me!
- region
- Contains
Regionand related structs.