Type Definition nalgebra::geometry::Point4

source ·
pub type Point4<N> = Point<N, U4>;
Expand description

A statically sized 4-dimensional column point.