(function() {var implementors = {};
implementors["nalgebra"] = [{text:"impl<N: RealField, D: DimNameSub<U1>> Transformation<Point<N, <D as DimNameSub<U1>>::Output>> for MatrixN<N, D> where
DefaultAllocator: Allocator<N, D, D> + Allocator<N, DimNameDiff<D, U1>> + Allocator<N, DimNameDiff<D, U1>, DimNameDiff<D, U1>>, ",synthetic:false,types:["nalgebra::base::alias::MatrixN"]},{text:"impl<N: RealField, D: DimName> Transformation<Point<N, D>> for Rotation<N, D> where
DefaultAllocator: Allocator<N, D, D> + Allocator<N, D>, ",synthetic:false,types:["nalgebra::geometry::rotation::Rotation"]},{text:"impl<N: RealField> Transformation<Point<N, U3>> for UnitQuaternion<N>",synthetic:false,types:["nalgebra::geometry::quaternion::UnitQuaternion"]},{text:"impl<N: RealField> Transformation<Point<N, U2>> for UnitComplex<N> where
DefaultAllocator: Allocator<N, U2>, ",synthetic:false,types:["nalgebra::geometry::unit_complex::UnitComplex"]},{text:"impl<N: RealField, D: DimName> Transformation<Point<N, D>> for Translation<N, D> where
DefaultAllocator: Allocator<N, D>, ",synthetic:false,types:["nalgebra::geometry::translation::Translation"]},{text:"impl<N: RealField, D: DimName, R> Transformation<Point<N, D>> 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> Transformation<Point<N, D>> 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, D: DimNameAdd<U1>, C> Transformation<Point<N, D>> for Transform<N, D, C> where
N: RealField,
C: TCategory,
DefaultAllocator: Allocator<N, DimNameSum<D, U1>, DimNameSum<D, U1>> + Allocator<N, DimNameSum<D, U1>> + Allocator<N, D, D> + Allocator<N, D>, ",synthetic:false,types:["nalgebra::geometry::transform::Transform"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()