Package org.jzy3d.plot3d.transform
Class Rotate
- java.lang.Object
-
- org.jzy3d.plot3d.transform.Rotate
-
public class Rotate extends Object
Rotate is aTransformerthat stores the angle and rotate values required to perform the effective OpenGL rotation in the ModelView matrix.- Author:
- Martin Pernollet
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Coord3dcompute(Coord3d input)voidexecute(IPainter painter)produces a rotation of angle degrees around the vector (𝑥,𝑦,𝑧)floatgetAngle()Coord3dgetRotate()voidsetAngle(float angle)voidsetRotate(Coord3d rotate)StringtoString()
-