CTFTNKS Project Documentation - v1.3.0
    Preparing search index...

    Interface Coord

    Interface for anything that has (x, y) coordinates

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

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    x y

    Properties

    x: number
    y: number