Documentation of 'jhplot.v3d.Position' Java class.
Position
jhplot.v3d

Class Position

  • Direct Known Subclasses:
    Model3d, Object3d


    public class Position
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copyPos(Position p) 
      void incRot(float rx, float ry, float rz) 
      void incScale(float sx, float sy, float sz) 
      void incTrans(float tx, float ty, float tz) 
      void setRot(float rx, float ry, float rz) 
      void setScale(float sx, float sy, float sz) 
      void setTrans(float tx, float ty, float tz) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Position

        public Position()
      • Position

        public Position(Position p)
    • Method Detail

      • copyPos

        public void copyPos(Position p)
      • setRot

        public void setRot(float rx,
                           float ry,
                           float rz)
      • setScale

        public void setScale(float sx,
                             float sy,
                             float sz)
      • setTrans

        public void setTrans(float tx,
                             float ty,
                             float tz)
      • incRot

        public void incRot(float rx,
                           float ry,
                           float rz)
      • incScale

        public void incScale(float sx,
                             float sy,
                             float sz)
      • incTrans

        public void incTrans(float tx,
                             float ty,
                             float tz)

DMelt 3.0 © DataMelt by jWork.ORG