Uses of Class
org.jzy3d.plot3d.transform.Rotator
-
Packages that use Rotator Package Description org.jzy3d.plot3d.primitives.vbo.drawable -
-
Uses of Rotator in org.jzy3d.plot3d.primitives.vbo.drawable
Methods in org.jzy3d.plot3d.primitives.vbo.drawable that return Rotator Modifier and Type Method Description Rotator
DrawableVBO. rotator()
Rotator
DrawableVBO. rotator(boolean start)
Returns aRotator
that can let the VBO turn around Z axis centered at X=0,Y=0.Rotator
DrawableVBO. rotator(boolean start, Rotate r, int sleep)
-