MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / closest2

Method closest2

src/main/java/marc/math/Flann.java:295–295  ·  view source on GitHub ↗
(long flann, float x, float y)

Source from the content-addressed store, hash-verified

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

Callers 2

mainMethod · 0.95
find2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected