barsuift.simLife.j3d.tree
Class TreeBranch3DState

java.lang.Object
  extended by barsuift.simLife.j3d.tree.TreeBranch3DState
All Implemented Interfaces:
State

public class TreeBranch3DState
extends java.lang.Object
implements State


Constructor Summary
TreeBranch3DState()
           
TreeBranch3DState(Tuple3dState translationVector)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Tuple3dState getTranslationVector()
           
 int hashCode()
           
 void setTranslationVector(Tuple3dState translationVector)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeBranch3DState

public TreeBranch3DState()

TreeBranch3DState

public TreeBranch3DState(Tuple3dState translationVector)
Method Detail

getTranslationVector

public Tuple3dState getTranslationVector()

setTranslationVector

public void setTranslationVector(Tuple3dState translationVector)

hashCode

public int hashCode()
Specified by:
hashCode in interface State
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface State
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface State
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.