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

pub type Extent2f = ExtentN<[f32; 2]>;
Expand description

A 2-dimensional extent with scalar type f32.