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

type Point3<T> = PointN<[T; 3]>;

A 3-dimensional point with scalar type T.