Package org.jzy3d.plot3d.transform
Class Translate
- java.lang.Object
-
- org.jzy3d.plot3d.transform.Translate
-
public class Translate extends Object
Translate is aTransformerthat stores the offset required to perform the effective OpenGL2 translation in the ModelView Matrix.- Author:
- Martin Pernollet
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Coord3dcompute(Coord3d input)voidexecute(IPainter painter)StringtoString()
-
-
-
Constructor Detail
-
Translate
protected Translate()
-
Translate
public Translate(Coord3d shift)
Initialize a Translate.- Parameters:
shift- translation offset.
-
-