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

type Point3f = PointN<[f32; 3]>;

A 3-dimensional point with scalar type f32.