Type Alias Point2d

Source
pub type Point2d = (f64, f64);
Expand description

Type alias for manipulating 2d coordinates, represented as (x, y).