pub type Point3d = (f64, f64, f64);
Type alias for manipulating 3d coordinates, represented as (x, y, z).