Module rect

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)).