(long flann, float x, float y)
| 293 | native protected long build2(FloatBuffer data, int len); |
| 294 | |
| 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 |