Skip to main content

lh_point_t

Type Alias lh_point_t 

Source
pub type lh_point_t = lh_point;

Aliased Type§

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

Fields§

§x: f32§y: f32