java.lang.Object
de.grogra.mtg.MTGBranchElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetAlpha()doublegetBeta()doublePoint3d[]getBotSurface(MTGBranchElement nextElement) getDirp()getDirs()getDirt()doublegetGamma()doubleintintintgetOrder()doublePoint3d[]getTopSurface(MTGBranchElement nextElement) voidsetAlpha(double alpha) voidsetBeta(double beta) voidsetBotDia(double botdia) voidvoidvoidsetGamma(double gamma) voidsetLength(double length) voidsetOrder(int order) voidvoidsetTopDia(double topdia)
-
Constructor Details
-
MTGBranchElement
public MTGBranchElement(int _nodeIndex)
-
-
Method Details
-
setOrder
public void setOrder(int order) -
getOrder
public int getOrder() -
getNumOfSurfacePoints
public int getNumOfSurfacePoints() -
getTopSurface
-
getBotSurface
-
getLength
public double getLength() -
setLength
public void setLength(double length) -
getTopDia
public double getTopDia() -
setTopDia
public void setTopDia(double topdia) -
getBotDia
public double getBotDia() -
setBotDia
public void setBotDia(double botdia) -
getAlpha
public double getAlpha() -
setAlpha
public void setAlpha(double alpha) -
getGamma
public double getGamma() -
setGamma
public void setGamma(double gamma) -
getDirp
-
setDirp
-
getDirs
-
setDirs
-
getDirt
-
getOrigin
-
setOrigin
-
getNodeIndex
public int getNodeIndex() -
getBeta
public double getBeta() -
setBeta
public void setBeta(double beta)
-