(function() {var implementors = {};
implementors["nalgebra"] = [{text:"impl<N: RealField, D: DimName> OrthogonalTransformation<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> OrthogonalTransformation<Point<N, U3>> for UnitQuaternion<N>",synthetic:false,types:["nalgebra::geometry::quaternion::UnitQuaternion"]},{text:"impl<N: RealField> OrthogonalTransformation<Point<N, U2>> for UnitComplex<N> where
DefaultAllocator: Allocator<N, U2>, ",synthetic:false,types:["nalgebra::geometry::unit_complex::UnitComplex"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()