We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be008e5 commit 308641aCopy full SHA for 308641a
src/bounds.rs
@@ -12,6 +12,7 @@ pub struct Bounds {
12
}
13
14
impl Bounds {
15
+ /// Create a new Bounds object.
16
pub fn new(left: f64, bottom: f64, right: f64, top: f64) -> Self {
17
Self {
18
left,
0 commit comments