Point2d

Type Alias Point2d 

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

A 2D point

Aliased Type§

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

Fields§

§x: f64§y: f64