A point in a 2D graph, with indication of when discontinuity occurs in a sequence of points. See GraphLine.

Implements

Constructors

Methods

Constructors

  • Parameters

    • x: number

      X value of the GraphPoint

    • y: number

      Y value of the GraphPoint

    • seqX: number

      sequence number for the X value; when sequence number changes between successive GraphPoints it indicates there was a discontinuity in the graph

    • seqY: number

      sequence number for the Y value; when sequence number changes between successive GraphPoints it indicates there was a discontinuity in the graph

    Returns GraphPoint

Methods

  • Returns whether this GraphPoint is identical to another GraphPoint

    Parameters

    Returns boolean

    true if this GraphPoint is identical to the other GraphPoint

Generated using TypeDoc