(function() {var implementors = {}; implementors["alga"] = [{text:"impl One for Id",synthetic:false,types:["alga::general::identity::Id"]},]; implementors["nalgebra"] = [{text:"impl<N, D: DimName> One for MatrixN<N, D> where
    N: Scalar + Zero + One + ClosedMul + ClosedAdd,
    DefaultAllocator: Allocator<N, D, D>, 
",synthetic:false,types:["nalgebra::base::alias::MatrixN"]},{text:"impl<N, D: DimName> One for Rotation<N, D> where
    N: Scalar + Zero + One + ClosedAdd + ClosedMul,
    DefaultAllocator: Allocator<N, D, D>, 
",synthetic:false,types:["nalgebra::geometry::rotation::Rotation"]},{text:"impl<N: RealField> One for Quaternion<N>",synthetic:false,types:["nalgebra::geometry::quaternion::Quaternion"]},{text:"impl<N: RealField> One for UnitQuaternion<N>",synthetic:false,types:["nalgebra::geometry::quaternion::UnitQuaternion"]},{text:"impl<N: RealField> One for UnitComplex<N>",synthetic:false,types:["nalgebra::geometry::unit_complex::UnitComplex"]},{text:"impl<N: Scalar + Zero + ClosedAdd, D: DimName> One for Translation<N, D> where
    DefaultAllocator: Allocator<N, D>, 
",synthetic:false,types:["nalgebra::geometry::translation::Translation"]},{text:"impl<N: RealField, D: DimName, R: AlgaRotation<Point<N, D>>> One for Isometry<N, D, R> where
    DefaultAllocator: Allocator<N, D>, 
",synthetic:false,types:["nalgebra::geometry::isometry::Isometry"]},{text:"impl<N: RealField, D: DimName, R> One for Similarity<N, D, R> where
    R: AlgaRotation<Point<N, D>>,
    DefaultAllocator: Allocator<N, D>, 
",synthetic:false,types:["nalgebra::geometry::similarity::Similarity"]},{text:"impl<N: RealField, D: DimNameAdd<U1>, C: TCategory> One for Transform<N, D, C> where
    DefaultAllocator: Allocator<N, DimNameSum<D, U1>, DimNameSum<D, U1>>, 
",synthetic:false,types:["nalgebra::geometry::transform::Transform"]},]; implementors["num_bigint"] = [{text:"impl One for BigUint",synthetic:false,types:["num_bigint::biguint::BigUint"]},{text:"impl One for BigInt",synthetic:false,types:["num_bigint::bigint::BigInt"]},]; implementors["num_complex"] = [{text:"impl<T: Clone + Num> One for Complex<T>",synthetic:false,types:["num_complex::Complex"]},]; implementors["num_rational"] = [{text:"impl<T: Clone + Integer> One for Ratio<T>",synthetic:false,types:["num_rational::Ratio"]},]; implementors["num_traits"] = []; implementors["ordered_float"] = [{text:"impl<T: Float> One for NotNan<T>",synthetic:false,types:["ordered_float::NotNan"]},]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()