torque-pro-assistant - v1.0.0
    Preparing search index...

    A point in the projected SVG coordinate space (pixels).

    interface ProjectedPoint {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number
    y: number