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
    int axis  
    K3DBinaryTree.K3DNode child_left  
    K3DBinaryTree.K3DNode child_right  
    mgui.geometry.util.K3DBinaryTree.Vertex vertex  
  • Constructor Summary

    Constructors
    Constructor Description
    K3DNode​(mgui.geometry.util.K3DBinaryTree.Vertex vertex, int axis)  
  • Method Summary

    Modifier and Type Method Description
    org.jogamp.vecmath.Point3f getPoint()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • K3DNode

      public K3DNode​(mgui.geometry.util.K3DBinaryTree.Vertex vertex, int axis)
  • Method Details

    • getPoint

      public org.jogamp.vecmath.Point3f getPoint()