eps.fortgeschritteneGrafik.interna
Class Translation

java.lang.Object
  extended by eps.fortgeschritteneGrafik.interna.Transformation
      extended by eps.fortgeschritteneGrafik.interna.Translation

public class Translation
extends Transformation

Implementiert eine Translationstransformation

Version:
02.2008
Author:
Florian Prager, Universitaet Passau

Field Summary
 
Fields inherited from class eps.fortgeschritteneGrafik.interna.Transformation
af
 
Constructor Summary
Translation(double xVerschiebung, double yVerschiebung)
           
 
Method Summary
 double xVerschiebungGeben()
           
 double yVerschiebungGeben()
           
 
Methods inherited from class eps.fortgeschritteneGrafik.interna.Transformation
anwenden, transformationGeben
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Translation

public Translation(double xVerschiebung,
                   double yVerschiebung)
Method Detail

xVerschiebungGeben

public double xVerschiebungGeben()

yVerschiebungGeben

public double yVerschiebungGeben()