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

type Point2i = PointN<[i32; 2]>;

A 2-dimensional point with scalar type i32.