core

This module contains the core functionality of the library. It is responsible for the creation of the main objects of the library, such as the LocationMap and Cell objects, which are the central objects of the library.

Packages

Link copied to clipboard
common

This package contains the core functionality of the library besides map and cell representation, mostly centering around the Location class.

Link copied to clipboard
common
Link copied to clipboard
common

This package contains the cell representation of the library. The Cell class is a central object of the library, representing a single cell in the map, identified by its x, y and z coordinates (Location object).

Link copied to clipboard
common

This package contains the map representation of the library. The VyrekaMap class is a central object of the library, representing a grid of cells, identified by their x, y and z coordinates (Location object).