fuzzyEquals

fun List<Vector3D>.fuzzyEquals(other: List<Vector3D>, tolerance: Double): Boolean

Returns true, if each vector of this list is fuzzily equal to the other vector's elements (on the same index).

Parameters

other

other list of vectors to be compared

tolerance

allowed tolerance for fuzzy equal evaluation