weasel API - v0.8.0
    Preparing search index...

    Interface Point2

    A 2D point in either world or screen coordinates.

    interface Point2 {
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    x y

    Properties

    x: number
    y: number