Point2

Type Alias Point2 

Source
pub type Point2 = Point2<f64>;
Expand description

redefinition, scalar = f64

Aliased Type§

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

Fields§

§x: f64§y: f64