|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jzy3d.plot3d.transform.Translate
public class Translate
Translate is a Transformer
that stores the offset required to perform
the effective OpenGL2 translation in the ModelView Matrix.
Constructor Summary | |
---|---|
protected |
Translate()
|
|
Translate(Coord3d shift)
Initialize a Translate. |
Method Summary | |
---|---|
Coord3d |
compute(Coord3d input)
Apply the transformations to the input coordinates. |
void |
execute(javax.media.opengl.GL gl)
Execute the effective GL transformation held by this Transformer . |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected Translate()
public Translate(Coord3d shift)
shift
- translation offset.Method Detail |
---|
public void execute(javax.media.opengl.GL gl)
Transformer
.
gl
- OpenGL context.public Coord3d compute(Coord3d input)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |