Package mgui.geometry.util
Class K3DBinaryTree.K3DNode
java.lang.Object
mgui.geometry.util.K3DBinaryTree.K3DNode
- Enclosing class:
- K3DBinaryTree
public static class K3DBinaryTree.K3DNode
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description intaxisK3DBinaryTree.K3DNodechild_leftK3DBinaryTree.K3DNodechild_rightmgui.geometry.util.K3DBinaryTree.Vertexvertex -
Constructor Summary
Constructors Constructor Description K3DNode(mgui.geometry.util.K3DBinaryTree.Vertex vertex, int axis) -
Method Summary
Modifier and Type Method Description org.jogamp.vecmath.Point3fgetPoint()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
axis
public int axis -
vertex
public mgui.geometry.util.K3DBinaryTree.Vertex vertex -
child_left
-
child_right
-
-
Constructor Details
-
K3DNode
public K3DNode(mgui.geometry.util.K3DBinaryTree.Vertex vertex, int axis)
-
-
Method Details
-
getPoint
public org.jogamp.vecmath.Point3f getPoint()
-