Type Alias Point3d

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

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