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

Method closestN3

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

Source from the content-addressed store, hash-verified

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

Callers 2

mainMethod · 0.95
find3Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected