Module embedded_graphics::geometry
source · Expand description
Geometry module.
Structs
- Angle.
- 2D point.
- 2D size.
Enums
- Anchor point.
- X axis anchor point.
- Y axis anchor point.
Traits
- AngleUnit trait.
- Adds the ability to get the bounding box of an item.
- Dimensions with
top_left
of the bounding box at(0, 0)
.