Skip to content

equalsPath

equalsPath(path1, path2, tolerance): boolean

Compare two paths are equals (allows tolerance)

Parameters

path1: number[][]

path2: number[][]

tolerance: number= 0

Returns

boolean

Source

graphics/geometry.ts:497