Uses of Class
barsuift.simLife.j3d.Tuple3dState

Packages that use Tuple3dState
barsuift.simLife.j3d.tree   
 

Uses of Tuple3dState in barsuift.simLife.j3d.tree
 

Methods in barsuift.simLife.j3d.tree that return Tuple3dState
 Tuple3dState TreeBranchPart3DState.getEndPoint()
           
 Tuple3dState TreeLeaf3DState.getEndPoint1()
           
 Tuple3dState TreeLeaf3DState.getEndPoint2()
           
 Tuple3dState TreeLeaf3DState.getInitialEndPoint1()
           
 Tuple3dState TreeLeaf3DState.getInitialEndPoint2()
           
 Tuple3dState TreeBranch3DState.getTranslationVector()
           
 Tuple3dState Tree3DState.getTranslationVector()
           
 

Methods in barsuift.simLife.j3d.tree with parameters of type Tuple3dState
 void TreeBranchPart3DState.setEndPoint(Tuple3dState endPoint)
           
 void TreeLeaf3DState.setEndPoint1(Tuple3dState endPoint1)
           
 void TreeLeaf3DState.setEndPoint2(Tuple3dState endPoint2)
           
 void TreeLeaf3DState.setInitialEndPoint1(Tuple3dState initialEndPoint1)
           
 void TreeLeaf3DState.setInitialEndPoint2(Tuple3dState initialEndPoint2)
           
 void TreeBranch3DState.setTranslationVector(Tuple3dState translationVector)
           
 void Tree3DState.setTranslationVector(Tuple3dState translationVector)
           
 

Constructors in barsuift.simLife.j3d.tree with parameters of type Tuple3dState
Tree3DState(Tuple3dState translationVector)
           
TreeBranch3DState(Tuple3dState translationVector)
           
TreeBranchPart3DState(Tuple3dState endPoint)
           
TreeLeaf3DState(Transform3DState transform, Tuple3dState initialEndPoint1, Tuple3dState initialEndPoint2, Tuple3dState endPoint1, Tuple3dState endPoint2)
           
 



Copyright © 2010. All Rights Reserved.