net.java.joglutils.msg.nodes
Class Coordinate3

java.lang.Object
  extended by net.java.joglutils.msg.nodes.Node
      extended by net.java.joglutils.msg.nodes.Coordinate3

public class Coordinate3
extends Node

Represents a set of 3-dimensional vertices which can be assembled into shapes.


Constructor Summary
Coordinate3()
           
 
Method Summary
 void doAction(Action action)
          Performs the "typical" operation for this node when an action is applied to it.
 Vec3fCollection getData()
          Returns the coordinate data in this node.
 void setData(Vec3fCollection data)
          Sets the coordinate data in this node.
 
Methods inherited from class net.java.joglutils.msg.nodes.Node
rayPick, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Coordinate3

public Coordinate3()
Method Detail

setData

public void setData(Vec3fCollection data)
Sets the coordinate data in this node.


getData

public Vec3fCollection getData()
Returns the coordinate data in this node.


doAction

public void doAction(Action action)
Description copied from class: Node
Performs the "typical" operation for this node when an action is applied to it. The default implementation does nothing.

Overrides:
doAction in class Node