pub fn bounds<T: Clone + Debug + Default + PartialEq>( origin: Point<T>, size: Size<T>, ) -> Bounds<T>
Create a bounds with the given origin and size