(long flann, float x, float y, float z)
| 277 | native protected long build3(FloatBuffer data, int len); |
| 278 | |
| 279 | native protected int closest3(long flann, float x, float y, float z); |
| 280 | |
| 281 | native protected int closestN3(long flann, float x, float y, float z, LongBuffer buffer, int len); |
| 282 |