Uses of Interface
org.jzy3d.plot3d.transform.Transformer
-
Uses of Transformer in org.jzy3d.plot3d.transform
Modifier and TypeClassDescriptionclass
Rotate is aTransformer
that stores the angle and rotate values required to perform the effective OpenGL rotation in the ModelView matrix.class
Scale is aTransformer
that stores the scaling factor required to perform the effective OpenGL2 scaling in the ModelView Matrix.class
Translate is aTransformer
that stores the offset required to perform the effective OpenGL2 translation in the ModelView Matrix.class
Translate drawable to (0,0,0) or back to its previous position according to the input parameters.Modifier and TypeMethodDescriptionvoid
Transform.add
(Transformer next) Appends a Transformer to the sequence that this Transform must performs.ModifierConstructorDescriptionTransform
(Transformer transformer) Initialize a list of Transformer with a single Transformer as sequence.Transform
(Transformer... transformer)