pub type Array2d<S, T, L = <Vec2d<S> as Vector<S>>::DefaultLayout> = Array<S, Vec2d<S>, T, L>;Expand description
A 2d array indexed by points in a bounding box.
The starting index and size is given by a rectangle, i.e. x- and y-index don’t need to start at zero.
Aliased Type§
pub struct Array2d<S, T, L = <Vec2d<S> as Vector<S>>::DefaultLayout> { /* private fields */ }