Uses of Class
mgui.geometry.util.K3DBinaryTree.K3DNode
Package | Description |
---|---|
mgui.geometry.util |
Uility classes for geometric operations.
|
-
Uses of K3DBinaryTree.K3DNode in mgui.geometry.util
Fields in mgui.geometry.util declared as K3DBinaryTree.K3DNode Modifier and Type Field Description K3DBinaryTree.K3DNode
K3DBinaryTree.K3DNode. child_left
K3DBinaryTree.K3DNode
K3DBinaryTree.K3DNode. child_right
K3DBinaryTree.K3DNode
K3DBinaryTree. root
Methods in mgui.geometry.util that return K3DBinaryTree.K3DNode Modifier and Type Method Description protected K3DBinaryTree.K3DNode
K3DBinaryTree. addNode(java.util.List<mgui.geometry.util.K3DBinaryTree.Vertex> vertices, int depth)
Adds nodes recursively until the entire set is assigned.protected K3DBinaryTree.K3DNode
K3DBinaryTree. getClosestChild(K3DBinaryTree.K3DNode node, org.jogamp.vecmath.Point3f point)
protected K3DBinaryTree.K3DNode
K3DBinaryTree. getFurthestChild(K3DBinaryTree.K3DNode node, org.jogamp.vecmath.Point3f point)
protected K3DBinaryTree.K3DNode
K3DBinaryTree. searchNN(K3DBinaryTree.K3DNode here, org.jogamp.vecmath.Point3f point, K3DBinaryTree.K3DNode best, MguiFloat current_best)
Does a recursive search of this tree to find the nearest neighbour ofpoint
.Methods in mgui.geometry.util with parameters of type K3DBinaryTree.K3DNode Modifier and Type Method Description protected K3DBinaryTree.K3DNode
K3DBinaryTree. getClosestChild(K3DBinaryTree.K3DNode node, org.jogamp.vecmath.Point3f point)
protected K3DBinaryTree.K3DNode
K3DBinaryTree. getFurthestChild(K3DBinaryTree.K3DNode node, org.jogamp.vecmath.Point3f point)
protected K3DBinaryTree.K3DNode
K3DBinaryTree. searchNN(K3DBinaryTree.K3DNode here, org.jogamp.vecmath.Point3f point, K3DBinaryTree.K3DNode best, MguiFloat current_best)
Does a recursive search of this tree to find the nearest neighbour ofpoint
.