yolkbot
    Preparing search index...

    Interface Position

    A generic X/Y/Z position

    interface Position {
        x: number;
        y: number;
        z: number;
    }

    Hierarchy

    Index

    Properties

    x y z

    Properties

    x: number

    The X coordinate

    y: number

    The Y coordinate

    z: number

    The Z coordinate