Type Definition lsm303c::Vector3

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

A stack-allocated, 3-dimensional column vector.