de.grogra.mtg
Class MTGBranchElement
java.lang.Object
de.grogra.mtg.MTGBranchElement
public class MTGBranchElement
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MTGBranchElement
public MTGBranchElement(int _nodeIndex)
getAlpha
public double getAlpha()
getBeta
public double getBeta()
getBotDia
public double getBotDia()
getBotSurface
public Point3d[] getBotSurface(MTGBranchElement nextElement)
getDirp
public Vector3d getDirp()
getDirs
public Vector3d getDirs()
getDirt
public Vector3d getDirt()
getGamma
public double getGamma()
getLength
public double getLength()
getNodeIndex
public int getNodeIndex()
getNumOfSurfacePoints
public int getNumOfSurfacePoints()
getOrder
public int getOrder()
getOrigin
public Vector3d getOrigin()
getTopDia
public double getTopDia()
getTopSurface
public Point3d[] getTopSurface(MTGBranchElement nextElement)
setAlpha
public void setAlpha(double alpha)
setBeta
public void setBeta(double beta)
setBotDia
public void setBotDia(double botdia)
setDirp
public void setDirp(Vector3d _dirp)
setDirs
public void setDirs(Vector3d _dirs)
setGamma
public void setGamma(double gamma)
setLength
public void setLength(double length)
setOrder
public void setOrder(int order)
setOrigin
public void setOrigin(Vector3d _origin)
setTopDia
public void setTopDia(double topdia)