jhplot.v3d
Class Position

java.lang.Object
  extended by jhplot.v3d.Position
Direct Known Subclasses:
Model3d, Object3d

public class Position
extends Object


Constructor Summary
Position()
           
Position(Position p)
           
 
Method Summary
 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)


jHepWork 3.0 ©