Type Definition building_blocks::prelude::Extent3[][src]

pub type Extent3<T> = ExtentN<[T; 3]>;
Expand description

A 3-dimensional extent with scalar type T.