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

Method closest3

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

Source from the content-addressed store, hash-verified

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

Callers 2

mainMethod · 0.95
find3Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected