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

pub type Point2<T> = PointN<[T; 2]>;
Expand description

A 2-dimensional point with scalar type T.