Module embedded_graphics_core::geometry[][src]

Expand description

Geometry module.

Structs

Point

2D point.

Size

2D size.

Enums

AnchorPoint

Anchor point.

Traits

Dimensions

Adds the ability to get the bounding box of an item.

OriginDimensions

Dimensions with top_left of the bounding box at (0, 0).