|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Vektor
Constructor Summary | |
Vektor(Doubleg x,
Doubleg y,
Doubleg z)
|
|
Vektor(Doubleg x,
Doubleg y,
Doubleg z,
Doubleg xtra)
|
Method Summary | |
void |
changeCoord(int coord1,
int coord2)
|
Vektor |
cloneo()
|
Doubleg |
entf()
|
Doubleg |
getX()
|
Doubleg |
getXtra()
|
Doubleg |
getY()
|
Doubleg |
getZ()
|
void |
rotLeft(Doubleg w)
|
void |
rotUp(Doubleg w)
|
void |
setCoord(int coord,
Doubleg a)
|
void |
transform(Doubleg a,
Doubleg b,
Doubleg c)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Vektor(Doubleg x, Doubleg y, Doubleg z)
public Vektor(Doubleg x, Doubleg y, Doubleg z, Doubleg xtra)
Method Detail |
public Doubleg getX()
public Doubleg getY()
public Doubleg getZ()
public Doubleg getXtra()
public Vektor cloneo()
public void transform(Doubleg a, Doubleg b, Doubleg c)
public void setCoord(int coord, Doubleg a)
public void changeCoord(int coord1, int coord2)
public Doubleg entf()
public void rotLeft(Doubleg w)
public void rotUp(Doubleg w)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |