NoOverlap(x, y, focsiz, SEL =0, OLDx =0, OLDy =0, cenx =0, ceny =0)
Arguments
x: x-location
y: y-location
focsiz: symbol size
SEL: selection of which symbols to shift
OLDx: x-locations of origin
OLDy: y-locations of origin
cenx: center x
ceny: center y
Details
Program is used for finding positions for exploding. A vector is dcalculated from each origin to each point and explosions are projected along these directions until a position is found that does not overlap. The position is nudged by a value of focsiz at each step. If OLDx and OLDy are not provided, cenx and ceny are used as origin points.