Type Definition rust_pathtracer::prelude::Transform2
source · pub type Transform2<T> = Transform<T, TGeneral, 2>;Expand description
A 2D general transformation that may not be invertible. Stored as a homogeneous 3x3 matrix.
pub type Transform2<T> = Transform<T, TGeneral, 2>;A 2D general transformation that may not be invertible. Stored as a homogeneous 3x3 matrix.