Crate mat

Crate mat 

Source
Expand description

Dynamically sized 2d storage with rectangular iterators and in-place resizing

Re-exports§

pub use self::coordinate::Coordinate;
pub use self::dimensions::Dimensions;
pub use self::rectangle::Rectangle;

Modules§

coordinate
dimensions
rectangle

Structs§

Mat
Container for 2D data
RectIter
Iterator over a sub-rectangle within a Mat.
RectIterMut
Mutable iterator over a sub-rectangle within a Mat.