| minimum-distance-between-curves finds the parameters u on curve-1 and v on curve-2 where the minimum distance occurs | |
. Returns a cons pair (u . v). Optionally caches point evaluations if cache? is t. If verbose? is t, prints diagnostic output including elapsed time. | |