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

type Point2<T> = PointN<[T; 2]>;

A 2-dimensional point with scalar type T.