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: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to