(long flann, float x, float y, LongBuffer buffer, int len)
| 295 | native protected int closest2(long flann, float x, float y); |
| 296 | |
| 297 | native protected int closestN2(long flann, float x, float y, LongBuffer buffer, int len); |
| 298 | |
| 299 | native protected void free2(long flann); |
| 300 | } |