Structs
- An iterator yielding the four corners of a
Rect
. - The distance between the inner edge of a border and the outer edge of the inner content.
- Defines a Rectangle’s bounds across the x and y axes.
- The ranges that describe the subdivisions of a
Rect
. - Yields even subdivisions of a
Rect
.
Enums
- Either of the four corners of a Rect.
Constants
- The number of subdivisions when dividing a
Rect
in half along the x and y axes. - The number of subdivisions when dividing a
Rect
in half along the x and y axes. - The number of triangles used to represent a
Rect
.
Type Aliases
- The triangles iterator yielded by the
Rect
.