[][src]Trait nalgebra::geometry::SuperTCategoryOf

pub trait SuperTCategoryOf<Other: TCategory>: TCategory { }

Indicates that Self is a more general Transform category than Other.

Implementors

impl SuperTCategoryOf<TAffine> for TGeneral[src]

impl SuperTCategoryOf<TAffine> for TProjective[src]

impl SuperTCategoryOf<TProjective> for TGeneral[src]

impl<T: TCategory> SuperTCategoryOf<T> for T[src]

Loading content...