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.
|
Modifier and Type | Method and Description |
---|---|
void |
add(Transform transform)
Appends a Transform to the current Transform.
|
void |
add(org.jzy3d.plot3d.transform.Transformer next)
Appends a Transformer to the sequence that this Transform must performs.
|
Coord3d |
compute(Coord3d input)
Apply the transformations to the input coordinate
|
void |
execute(com.jogamp.opengl.GL gl)
Load the identity matrix and executes the stored sequence of Transformer.
|
void |
execute(com.jogamp.opengl.GL gl,
boolean loadIdentity) |
String |
toString() |
public Transform()
public Transform(org.jzy3d.plot3d.transform.Transformer transformer)
public Transform(Transform transform)
public void add(org.jzy3d.plot3d.transform.Transformer next)
next
- public void add(Transform transform)
next
- public void execute(com.jogamp.opengl.GL gl)
gl
- OpenGL2 contextpublic void execute(com.jogamp.opengl.GL gl, boolean loadIdentity)
Copyright © 2016. All rights reserved.