|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jzy3d.plot3d.transform.Rotate
public class Rotate
Rotate is a Transformer
that stores the angle and rotate values
required to perform the effective OpenGL rotation in the
ModelView Matrix.
Constructor Summary | |
---|---|
Rotate(double angle,
Coord3d rotate)
|
|
Rotate(float angle,
Coord3d rotate)
Initialize a Rotation. |
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 . |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Rotate(float angle, Coord3d rotate)
angle
- rotate
- public Rotate(double angle, Coord3d rotate)
Method Detail |
---|
public void execute(javax.media.opengl.GL gl)
Transformer
.
gl
- OpenGL context.public Coord3d compute(Coord3d input)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |