Class Vektor

java.lang.Object
  extended by Vektor

public class Vektor
extends java.lang.Object

Vektor repräsentiert einen Spaltenvektor im R2.


Field Summary
 double x
           
 double y
           
 
Constructor Summary
Vektor()
           
Vektor(double inx, double iny)
           
 
Method Summary
 
Methods inherited from class
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public double x

y

public double y
Constructor Detail

Vektor

public Vektor()

Vektor

public Vektor(double inx,
              double iny)