augment-vir - v31.13.0
    Preparing search index...

    Type Alias Coords3d

    A simple type for storing 3D coordinates.

    type Coords3d = {
        x: number;
        y: number;
        z: number;
    }
    Index

    Properties

    x y z

    Properties

    x: number
    y: number
    z: number