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

type Point2f = PointN<[f32; 2]>;

A 2-dimensional point with scalar type f32.