On 02/24/2015 01:51 AM, Pierre Chanson wrote:
by the way I am interested in how you did this Werner,
actually if it would be an easy and simple algorithm to fill a defined circle 
for example like a mesher.

Hi Pierre,
it is just a not-yet-ready half-baked implementation of interval-arithmetic, i intend to use for some constrained optimization problems; essentially only a proof of concept thing as it does not take floating point errors into account, iow it does not guarantee that the true result is included in the interval. i dont know what a mesher is, but if you want to fill a circle or so with something like eg pixels, there exist far more efficient solutions than using such an extremely stupid general algo. while i need multidimensional algos - the two-dimensional case is just a simple test-example -, for two-dimensional geometric problems of any kind there practically always exist simpler faster solutions than for the multidimensional version.
werner

Reply via email to