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

type Extent3<T> = ExtentN<[T; 3]>;

A 3-dimensional extent with scalar type T.