euclid
0.22.11
Module rect
Structs
Functions
In crate euclid
Module
euclid
::
rect
Copy item path
source
·
[
−
]
Structs
§
Rect
A 2d Rectangle optionally tagged with a unit.
Functions
§
rect
Shorthand for
Rect::new(Point2D::new(x, y), Size2D::new(w, h))
.