eps.fortgeschritteneGrafik.interna
Class Rotation

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

public class Rotation
extends Transformation

Implementiert eine Rotationstransformation

Version:
02.2008
Author:
Florian Prager, Universitaet Passau

Field Summary
 
Fields inherited from class eps.fortgeschritteneGrafik.interna.Transformation
af
 
Constructor Summary
Rotation(double xDrehpunkt, double yDrehpunkt, int winkel)
           
 
Method Summary
 int winkelGeben()
           
 double xDrehpunktGeben()
           
 double yDrehpunktGeben()
           
 
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

Rotation

public Rotation(double xDrehpunkt,
                double yDrehpunkt,
                int winkel)
Method Detail

winkelGeben

public int winkelGeben()

xDrehpunktGeben

public double xDrehpunktGeben()

yDrehpunktGeben

public double yDrehpunktGeben()