(long flann, float x, float y, float z, LongBuffer buffer, int len)
| 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 | |
| 283 | native protected void free3(long flann); |
| 284 |