|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectVektor
public class Vektor
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 |
---|
public double x
public double y
Constructor Detail |
---|
public Vektor()
public Vektor(double inx, double iny)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |