|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcalc.Vektor
public class Vektor
Java class, representing a vector. Just x,y,z coordinate defined as public variables of this object.
Field Summary | |
---|---|
double |
x
Coordinates of the Vector |
double |
y
Coordinates of the Vector |
double |
z
Coordinates of the Vector |
Constructor Summary | |
---|---|
Vektor(double x,
double y,
double z)
Generates a new Vector with the given coordinates. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double x
public double y
public double z
Constructor Detail |
---|
public Vektor(double x, double y, double z)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |