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

type Point3i = PointN<[i32; 3]>;

A 3-dimensional point with scalar type i32.