Type alias TPos

TPos: {
    x: number;
    y: number;
}

Type declaration

  • x: number

    Description

    The x-coordinate of the position.

  • y: number

    Description

    The y-coordinate of the position.

Description

Represents a position with x and y coordinates. This type is used to define a two-dimensional position in a coordinate system, typically for graphical elements.

Generated using TypeDoc