Spatial Space Descriptor
Describes a spatial space (an agent projection or a station network) so the renderer can draw its background. The initial set covers continuous, grid, and network spaces (decision D8); voxel/flow-field spaces can be added without breaking the format.
Inheritors
Types
Link copied to clipboard
@Serializable
@SerialName(value = "Continuous" )
A 2D continuous (Euclidean) space with the given bounds. torus wraps motion at the edges.
Link copied to clipboard
Link copied to clipboard
@Serializable
@SerialName(value = "Network" )
A network space of nodes and weighted edges.