Interface CorrectMatchesRet

interface CorrectMatchesRet {
    newPoints1: Point2[];
    newPoints2: Point2[];
}

Properties

newPoints1: Point2[]
newPoints2: Point2[]