Module euclid::rect

source ·

Structs§

  • A 2d Rectangle optionally tagged with a unit.

Functions§

  • Shorthand for Rect::new(Point2D::new(x, y), Size2D::new(w, h)).