Type Definition nalgebra::geometry::Point2

source ·
pub type Point2<N> = Point<N, U2>;
Expand description

A statically sized 2-dimensional column point.