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

Method closestN2

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

Source from the content-addressed store, hash-verified

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}

Callers 2

mainMethod · 0.95
find2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected