Trait rin::math::SuperTCategoryOf[][src]

pub trait SuperTCategoryOf<Other>: TCategory where
    Other: 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> SuperTCategoryOf<T> for T where
    T: TCategory
[src]

Loading content...