Interface FarthestPoint

Represents the farthest point in the diff algorithm.

interface FarthestPoint {
    id: number;
    y: number;
}

Properties

id y

Properties

id: number

The id of the point.

y: number

The y-coordinate of the point.