traviso.js - v0.1.12
    Preparing search index...

    Type Alias TPositionPair

    Type declaration for x-y position pair objects

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

    Properties

    x y

    Properties

    x: number

    x position of the pair

    y: number

    y position of the pair