AbsPoint

Type Alias AbsPoint 

Source
pub type AbsPoint = Point2D<f32, Logical>;
Expand description

A 2D point in logical units (display-independent pixels)

Aliased Type§

#[repr(C)]
pub struct AbsPoint { pub x: f32, pub y: f32, }

Fields§

§x: f32§y: f32