Package org.jzy3d.plot3d.transform
Class Scale
- java.lang.Object
-
- org.jzy3d.plot3d.transform.Scale
-
public class Scale extends Object
Scale is aTransformerthat stores the scaling factor required to perform the effective OpenGL2 scaling 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()
-