Type Definition nyx_space::dimensions::Vector3[][src]

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

A stack-allocated, 3-dimensional column vector.