[][src]Type Definition oxygengine_physics_2d::prelude::nalgebra::Vector2

type Vector2<N> = Matrix<N, U2, U1, <DefaultAllocator as Allocator<N, U2, U1>>::Buffer>;

A stack-allocated, 2-dimensional column vector.