Skip to main content

PointF64

Type Alias PointF64 

Source
pub type PointF64 = Point64f;

Aliased Type§

#[repr(C)]
pub struct PointF64 { pub x: f64, pub y: f64, }

Fields§

§x: f64§y: f64