euclid
0.22.11
Module rect
Module Items
Structs
Functions
In crate euclid
euclid
Module
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))
.