Module rgg
Package de.grogra.mtg

Class MTGBranchElement

java.lang.Object
de.grogra.mtg.MTGBranchElement

public class MTGBranchElement extends Object
  • Constructor Details

    • MTGBranchElement

      public MTGBranchElement(int _nodeIndex)
  • Method Details

    • setOrder

      public void setOrder(int order)
    • getOrder

      public int getOrder()
    • getNumOfSurfacePoints

      public int getNumOfSurfacePoints()
    • getTopSurface

      public Point3d[] getTopSurface(MTGBranchElement nextElement)
    • getBotSurface

      public Point3d[] getBotSurface(MTGBranchElement nextElement)
    • 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

      public Vector3d getDirp()
    • setDirp

      public void setDirp(Vector3d _dirp)
    • getDirs

      public Vector3d getDirs()
    • setDirs

      public void setDirs(Vector3d _dirs)
    • getDirt

      public Vector3d getDirt()
    • getOrigin

      public Vector3d getOrigin()
    • setOrigin

      public void setOrigin(Vector3d _origin)
    • getNodeIndex

      public int getNodeIndex()
    • getBeta

      public double getBeta()
    • setBeta

      public void setBeta(double beta)