embedded_
graphics_
core
0.4.0
Module geometry
Module Items
Structs
Enums
Traits
In crate embedded_
graphics_
core
embedded_graphics_core
Module
geometry
Copy item path
Source
Expand description
Geometry module.
Structs
§
Point
2D point.
Size
2D size.
Enums
§
Anchor
Point
Anchor point.
AnchorX
X axis anchor point.
AnchorY
Y axis anchor point.
Traits
§
Dimensions
Adds the ability to get the bounding box of an item.
Origin
Dimensions
Dimensions with
top_left
of the bounding box at
(0, 0)
.