Constructors

Methods

Constructors

  • Data class containing a 2d point and an optional numeric value

    Parameters

    • x: number

      the x-coordinate

    • y: number

      the y-coordinate

    • Optionalv: null | number

      the value

    • Optionalb: null | number

      the handle of the values buffer

    Returns Point

Methods

  • compares this object to another instance by default only x and y coordinate are compared; when second parameter is set to true all properties are taken into account

    Parameters

    • point: null | Point
    • OptionalfullComparison: boolean
    • Optionalrange: number

    Returns boolean

  • Parameters

    • value: "x" | "y" | "value"

    Returns number

  • Parameters

    • value: "scale"

    Returns EScale

  • Parameters

    • value: "bufferhandle"

    Returns null | number