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

pub type Point3f = PointN<[f32; 3]>;
Expand description

A 3-dimensional point with scalar type f32.