[][src]Type Definition building_blocks_core::extent2::Extent2

type Extent2<T> = ExtentN<[T; 2]>;

A 2-dimensional extent with scalar type T.

Trait Implementations

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

type VolumeType = T