Type Definition rust_pathtracer::prelude::Vector2
source · pub type Vector2<T> = Matrix<T, Const<2>, Const<1>, ArrayStorage<T, 2, 1>>;Expand description
A stack-allocated, 2-dimensional column vector.
pub type Vector2<T> = Matrix<T, Const<2>, Const<1>, ArrayStorage<T, 2, 1>>;A stack-allocated, 2-dimensional column vector.