ResPoint

Type Alias ResPoint 

Source
pub type ResPoint = Point2D<f32, Resolved>;
Expand description

A 2D point in resolved physical pixels that hasn’t yet been combined with it’s paired relative coordinates.

Aliased Type§

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

Fields§

§x: f32§y: f32