Documentation of 'org.jzy3d.plot3d.transform.TranslateDrawable' Java class
TranslateDrawable
org.jzy3d.plot3d.transform

Class TranslateDrawable



  • public class TranslateDrawable
    extends java.lang.Object
    Translate drawable to (0,0,0) or back to its previous position according to the input parameters.
    • Constructor Detail

      • TranslateDrawable

        public TranslateDrawable(AbstractDrawable drawable,
                                 boolean reverse)
    • Method Detail

      • execute

        public void execute(com.jogamp.opengl.GL gl)
        Execute the transformation to the current GL context. As Transformer are usually help by an , the transformation will apply to this . Computation is performed by GPU.
      • translateTo

        public void translateTo(com.jogamp.opengl.GL gl,
                                Coord3d center,
                                boolean reverse)
      • compute

        public Coord3d compute(Coord3d input)
        Apply the transformations to the input coordinates. Computation is performed by CPU.
      • isReverse

        public boolean isReverse()
      • setReverse

        public void setReverse(boolean reverse)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.