Expand description
Basic geometry primitives for layout calculations.
Structs§
- Layout
Point - Only used for calculations: Point coordinate (x, y) in layout space.
- Layout
Rect - Only used for calculations: Rectangle (x, y, width, height) in layout space.
- Layout
Rect Vec - Layout
Size - Only used for calculations: Size (width, height) in layout space.