Module dioxus_html::geometry
source · Expand description
Geometry primitives for representing e.g. mouse events
Re-exports
pub use euclid;
Structs
- Coordinate space relative to the viewport
- Coordinates of a point in the app’s interface
- Coordinate space relative to an element
- A unit in terms of Lines
- Coordinate space relative to the page
- A unit in terms of Screens:
- A pixel unit: one unit corresponds to 1 pixel
- Coordinate space relative to the screen
Enums
- A vector representing the amount the mouse wheel was moved
Type Aliases
- A point in ClientSpace
- A point in ElementSpace
- A vector expressed in Lines
- A point in PageSpace
- A vector expressed in Pages
- A vector expressed in Pixels
- A point in ScreenSpace