Crate movingai

Crate movingai 

Source
Expand description

The MovingAI Benchmark Parser

§Overview

Things.

Modules§

parser
Contains all the parser functions.

Structs§

CoordsIter
Contains data structure for 2D MovingAI maps. This represents a coordinate iterator for a Map2D.
MovingAiMap
Contains data structure for 2D MovingAI maps. An immutable representation of a MovingAI map.
SceneRecord
Contains data structure for 2D MovingAI maps. Represent a row (scene) in a scene file.

Enums§

ParseError
Contains data structure for 2D MovingAI maps. An error that can occur when parsing a map.

Traits§

Map2D
Contains data structure for 2D MovingAI maps. A trait representing common operations that can be performed on 2D Maps representations.

Type Aliases§

Coords2D
Contains data structure for 2D MovingAI maps. Store coordinates in the (x,y) format.