Hi.
> [...]
>
> public interface ConvexHull<S extends Space> {
> Vector<S>[] generate(Vector<S>[] points);
> }I think that you should use "List" instead of arrays (even "Iterable" whenever possible); it will be plainly more flexible. Just a little thought... Regards, Gilles > [...] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
