[go: up one dir, main page]

Type Alias F64Point

Source
pub type F64Point = Point2D<f64>;

Aliased Type§

#[repr(C)]
pub struct F64Point { pub x: f64, pub y: f64, /* private fields */ }

Fields§

§x: f64§y: f64