Type Definition coord_transforms::prelude::Vector2

source ·
pub type Vector2<N> = Matrix<N, U2, U1, <DefaultAllocator as Allocator<N, U2, U1>>::Buffer>;
Expand description

A stack-allocated, 2-dimensional column vector.