powered by
The function checks, whether each points of the second set of points is dominated by at least one point from the first set.
setDominates(x, y)
[logical(1)]
logical(1)
[matrix] First set of points.
matrix
[matrix] Second set of points.