Module euclid::rect [] [src]

Structs

TypedRect

A 2d Rectangle optionally tagged with a unit.

Functions

max
min
rect

Shorthand for TypedRect::new(TypedPoint2D::new(x, y), TypedSize2D::new(w, h)).

Type Definitions

Rect

The default rectangle type with no unit.