Module pathfinding::matrix [−][src]
Matrix of an arbitrary type and utilities to rotate, transpose, etc.
Modules
directions | Directions usable for |
Structs
Matrix | Matrix of an arbitrary type. Data are stored consecutively in
memory, by rows. Raw data can be accessed using |
MatrixFormatError | Format error encountered while attempting to build a Matrix. |
RowIterator | Row iterator returned by |