Module pathfinding::matrix[][src]

Matrix of an arbitrary type and utilities to rotate, transpose, etc.

Structs

Matrix

Matrix of an arbitrary type. Data are stored consecutively in memory, by rows. Raw data can be accessed using as_ref() or as_mut().