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

    Type Alias Coords

    A simple type for storing 2D coordinates.

    type Coords = {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number
    y: number