Trait nalgebra::geometry::SuperTCategoryOf
source · pub trait SuperTCategoryOf<Other: TCategory>: TCategory { }Expand description
Indicates that Self is a more general Transform category than Other.
pub trait SuperTCategoryOf<Other: TCategory>: TCategory { }Indicates that Self is a more general Transform category than Other.