(function() {var implementors = {}; implementors["nalgebra"] = [{text:"impl<N, R: DimName, C: DimName> Identity<Additive> for MatrixMN<N, R, C> where
    N: Scalar + Zero,
    DefaultAllocator: Allocator<N, R, C>, 
",synthetic:false,types:["nalgebra::base::alias::MatrixMN"]},{text:"impl<N, D: DimName> Identity<Multiplicative> for MatrixN<N, D> where
    N: Scalar + Zero + One,
    DefaultAllocator: Allocator<N, D, D>, 
",synthetic:false,types:["nalgebra::base::alias::MatrixN"]},{text:"impl<N: RealField, D: DimName> Identity<Multiplicative> for Rotation<N, D> where
    DefaultAllocator: Allocator<N, D, D>, 
",synthetic:false,types:["nalgebra::geometry::rotation::Rotation"]},{text:"impl<N: RealField> Identity<Multiplicative> for Quaternion<N>",synthetic:false,types:["nalgebra::geometry::quaternion::Quaternion"]},{text:"impl<N: RealField> Identity<Additive> for Quaternion<N>",synthetic:false,types:["nalgebra::geometry::quaternion::Quaternion"]},{text:"impl<N: RealField> Identity<Multiplicative> for UnitQuaternion<N>",synthetic:false,types:["nalgebra::geometry::quaternion::UnitQuaternion"]},{text:"impl<N: RealField> Identity<Multiplicative> for UnitComplex<N>",synthetic:false,types:["nalgebra::geometry::unit_complex::UnitComplex"]},{text:"impl<N: RealField, D: DimName> Identity<Multiplicative> for Translation<N, D> where
    DefaultAllocator: Allocator<N, D>, 
",synthetic:false,types:["nalgebra::geometry::translation::Translation"]},{text:"impl<N: RealField, D: DimName, R> Identity<Multiplicative> for Isometry<N, D, R> where
    R: Rotation<Point<N, D>>,
    DefaultAllocator: Allocator<N, D>, 
",synthetic:false,types:["nalgebra::geometry::isometry::Isometry"]},{text:"impl<N: RealField, D: DimName, R> Identity<Multiplicative> for Similarity<N, D, R> where
    R: Rotation<Point<N, D>>,
    DefaultAllocator: Allocator<N, D>, 
",synthetic:false,types:["nalgebra::geometry::similarity::Similarity"]},{text:"impl<N: RealField, D: DimNameAdd<U1>, C> Identity<Multiplicative> for Transform<N, D, C> where
    C: TCategory,
    DefaultAllocator: Allocator<N, DimNameSum<D, U1>, DimNameSum<D, U1>>, 
",synthetic:false,types:["nalgebra::geometry::transform::Transform"]},]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()