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