(function() {var implementors = {};
implementors["cgmath"] = [{text:"impl<S: Bounded> Bounded for Vector1<S>",synthetic:false,types:["cgmath::vector::Vector1"]},{text:"impl<S: Bounded> Bounded for Vector2<S>",synthetic:false,types:["cgmath::vector::Vector2"]},{text:"impl<S: Bounded> Bounded for Vector3<S>",synthetic:false,types:["cgmath::vector::Vector3"]},{text:"impl<S: Bounded> Bounded for Vector4<S>",synthetic:false,types:["cgmath::vector::Vector4"]},{text:"impl<S: Bounded> Bounded for Rad<S>",synthetic:false,types:["cgmath::angle::Rad"]},{text:"impl<S: Bounded> Bounded for Deg<S>",synthetic:false,types:["cgmath::angle::Deg"]},{text:"impl<S: Bounded> Bounded for Point1<S>",synthetic:false,types:["cgmath::point::Point1"]},{text:"impl<S: Bounded> Bounded for Point2<S>",synthetic:false,types:["cgmath::point::Point2"]},{text:"impl<S: Bounded> Bounded for Point3<S>",synthetic:false,types:["cgmath::point::Point3"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()