isSimilarWithThreshold

fun List<PointF>.isSimilarWithThreshold(polygon: List<PointF>, epsilon: Float = 0.005f): Boolean