Type Definition nalgebra::geometry::Point1

source ·
pub type Point1<N> = Point<N, U1>;
Expand description

A statically sized 1-dimensional column point.