jjdh API

jjdh.opengl.scenegraph.simple.core
Class Vertex

java.lang.Object
  extended by dh.java.math.graph.AbstractTreeNode<ScenegraphNode>
      extended by jjdh.opengl.scenegraph.simple.core.LeafScenegraphNode
          extended by jjdh.opengl.scenegraph.simple.core.Vertex
All Implemented Interfaces:
TreeNode<ScenegraphNode>, Iterable<ScenegraphNode>, Renderable, ScenegraphNode

public class Vertex
extends LeafScenegraphNode


Field Summary
protected  Point3D point
           
 
Fields inherited from class dh.java.math.graph.AbstractTreeNode
childs
 
Constructor Summary
Vertex()
           
Vertex(Point3D point)
           
 
Method Summary
 Point3D getPoint()
           
 void render(javax.media.opengl.GL gl)
           
 void setPoint(Point3D point)
           
 
Methods inherited from class jjdh.opengl.scenegraph.simple.core.LeafScenegraphNode
getChilds, isLeaf, iterator
 
Methods inherited from class dh.java.math.graph.AbstractTreeNode
getName, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

point

protected Point3D point
Constructor Detail

Vertex

public Vertex()

Vertex

public Vertex(Point3D point)
Method Detail

setPoint

public void setPoint(Point3D point)

getPoint

public Point3D getPoint()

render

public void render(javax.media.opengl.GL gl)
Specified by:
render in interface Renderable
Overrides:
render in class LeafScenegraphNode

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.