I've been working with growth solvers using nearpoints() with some initial setups demonstrated by the brilliant folks at Entagma. However I'm getting a little stumped when I try to weight the growth in a certain direction. In other words, I'd like like the solver to find nearest points only in the +x direction of the currently infected points. Pointers? Ideas? Thanks!
Ok so put another way, I need to find the vector between the current point and it's neighbor, and weight the ‘infect’ attribute in a certain direction. I've enclosing a simplified infection solver set up with a more compact algorithm