algonim
    Preparing search index...

    Type Alias Point

    A point on the Carthesian plane.

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

    Properties

    x y

    Properties

    x: number

    Abscissa.

    y: number

    Ordinate.