Expand description
Contains type aliases used in this library
Re-exports§
Type Aliases§
- Area
- The type used for area.
- Color
- [red, green, blue, alpha]
- Color
Component - The type used for color component.
- Font
Size - The type used for font size.
- Line
- [x1, y1, x2, y2]
- Polygon
- [p0, p1, …]
- Polygons
- A slice of polygons.
- Radius
- The type used for radius.
- Ray
- [x, y, dir_x, dir_y]
- Rectangle
- Rectangle dimensions: [x, y, w, h]
- Resolution
- The type used for resolution.
- Source
Rectangle - [x, y, w, h]
- Triangle
- [x1, y1, x2, y2, x3, y3]
- Width
- The type used for width.