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

pub type Point2f = PointN<[f32; 2]>;
Expand description

A 2-dimensional point with scalar type f32.