barsuift.simLife.j3d.tree
Class TreeLeaf3DState
java.lang.Object
barsuift.simLife.j3d.tree.TreeLeaf3DState
public class TreeLeaf3DState
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
TreeLeaf3DState
public TreeLeaf3DState()
TreeLeaf3DState
public TreeLeaf3DState(Point3dState leafAttachPoint,
Point3dState initialEndPoint1,
Point3dState initialEndPoint2,
Point3dState endPoint1,
Point3dState endPoint2,
double rotation)
TreeLeaf3DState
public TreeLeaf3DState(TreeLeaf3DState copy)
getLeafAttachPoint
public Point3dState getLeafAttachPoint()
setLeafAttachPoint
public void setLeafAttachPoint(Point3dState leafAttachPoint)
getInitialEndPoint1
public Point3dState getInitialEndPoint1()
setInitialEndPoint1
public void setInitialEndPoint1(Point3dState initialEndPoint1)
getInitialEndPoint2
public Point3dState getInitialEndPoint2()
setInitialEndPoint2
public void setInitialEndPoint2(Point3dState initialEndPoint2)
getEndPoint1
public Point3dState getEndPoint1()
setEndPoint1
public void setEndPoint1(Point3dState endPoint1)
getEndPoint2
public Point3dState getEndPoint2()
setEndPoint2
public void setEndPoint2(Point3dState endPoint2)
getRotation
public double getRotation()
setRotation
public void setRotation(double rotation)
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010. All Rights Reserved.