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

pub type Extent3f = ExtentN<[f32; 3]>;
Expand description

A 3-dimensional extent with scalar type f32.