[][src]Type Definition building_blocks_core::extent3::Extent3

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

A 3-dimensional extent with scalar type T.

Trait Implementations

impl<T> Extent<[T; 3]> for Extent3<T> where
    T: Copy + Mul<Output = T>, 
[src]

type VolumeType = T