PxPoint

Type Alias PxPoint 

Source
pub type PxPoint = Point2D<f32, Pixel>;
Expand description

A 2D point in physical device pixels

Aliased Type§

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

Fields§

§x: f32§y: f32