equalsPath
equalsPath(
path1,path2,tolerance):boolean
Compare two paths are equals (allows tolerance)
Parameters
• path1: number[][]
• path2: number[][]
• tolerance: number= 0
Returns
boolean
equalsPath(
path1,path2,tolerance):boolean
Compare two paths are equals (allows tolerance)
• path1: number[][]
• path2: number[][]
• tolerance: number= 0
boolean