net.java.joglutils.msg.nodes
Class Coordinate3
java.lang.Object
net.java.joglutils.msg.nodes.Node
net.java.joglutils.msg.nodes.Coordinate3
public class Coordinate3
- extends Node
Represents a set of 3-dimensional vertices which can be assembled
into shapes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Coordinate3
public Coordinate3()
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