Type Alias Coords3d

Coords3d: {
    x: number;
    y: number;
    z: number;
}

A simple type for storing 3D coordinates.