Type Alias composable::views::Point
pub type Point = Point2D<f32, UnknownUnit>;Available on crate features
unstable and views only.Expand description
Alias for euclid::default::Point2D<f32>.
Aliased Type§
struct Point {
pub x: f32,
pub y: f32,
}Fields§
§x: f32§y: f32