Locate and return the first node encountered that is within a stated distance of a position at [x,y,z] @param x @param y @param z @param maxDistance only consider a node that is with this distance of [x,y,z] @return the node if it meets the distance criteria else null
(double x, double y, double z, double maxDistance)