Module ui::geometry
[−]
[src]
Geometry
This module provides basic geometry support structs and functions for the types of math that user interfaces typically need to support.
It would be nice to see this go away in the future and use something that is standard across the Rust ecosystem.
Structs
BoundingBox |
An axis-aligned bounding box. |
Dimensions |
Width and height in a 2D space. |
Line | |
Path |
A sequence of line segments. |
Point |
A point on a 2D plane. |
Rectangle |
A rectangle. |
Transform |