Type Definition euclid::Rect
[−]
[src]
type Rect<T> = TypedRect<T, UnknownUnit>;
The default rectangle type with no unit.
type Rect<T> = TypedRect<T, UnknownUnit>;
The default rectangle type with no unit.