X value of the GraphPoint
Y value of the GraphPoint
sequence number for the X value; when sequence number changes between successive GraphPoints it indicates there was a discontinuity in the graph
sequence number for the Y value; when sequence number changes between successive GraphPoints it indicates there was a discontinuity in the graph
Returns whether this GraphPoint is identical to another GraphPoint
the GraphPoint to compare with
true
if this GraphPoint is identical to the other GraphPoint
Generated using TypeDoc
A point in a 2D graph, with indication of when discontinuity occurs in a sequence of points. See GraphLine.