Type Alias Sphere

Sphere: Point3d & {
    radius: number;
}