Type Alias PointBeta

Point: {
    x: number;
    y: number;
}

Type representing a point in 2D space.

Type declaration

  • Betax: number

    The x-coordinate of the point.

  • Betay: number

    The y-coordinate of the point.