org.jzy3d.plot3d.transform
Class Transform
- java.lang.Object
-
- org.jzy3d.plot3d.transform.Transform
-
public class Transform extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description Transform()Initialize a list of Transformer.Transform(Transform transform)Initialize a list of Transformer with the sequence hold by the given Transform.Transform(org.jzy3d.plot3d.transform.Transformer transformer)Initialize a list of Transformer with a single Transformer as sequence.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidadd(Transform transform)Appends a Transform to the current Transform.voidadd(org.jzy3d.plot3d.transform.Transformer next)Appends a Transformer to the sequence that this Transform must performs.Coord3dcompute(Coord3d input)Apply the transformations to the input coordinatevoidexecute(com.jogamp.opengl.GL gl)Load the identity matrix and executes the stored sequence of Transformer.voidexecute(com.jogamp.opengl.GL gl, boolean loadIdentity)java.lang.StringtoString()
-
-
-
Constructor Detail
-
Transform
public Transform()
Initialize a list of Transformer.
-
Transform
public Transform(org.jzy3d.plot3d.transform.Transformer transformer)
Initialize a list of Transformer with a single Transformer as sequence.
-
Transform
public Transform(Transform transform)
Initialize a list of Transformer with the sequence hold by the given Transform.
-
-
Method Detail
-
add
public void add(org.jzy3d.plot3d.transform.Transformer next)
Appends a Transformer to the sequence that this Transform must performs.- Parameters:
next-
-
add
public void add(Transform transform)
Appends a Transform to the current Transform.- Parameters:
next-
-
execute
public void execute(com.jogamp.opengl.GL gl)
Load the identity matrix and executes the stored sequence of Transformer.- Parameters:
gl- OpenGL2 context
-
execute
public void execute(com.jogamp.opengl.GL gl, boolean loadIdentity)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-
DMelt 3.0 © DataMelt by jWork.ORG