All Packages Class Hierarchy This Package Previous Next Index
Class fundamentals.EuVector
java.lang.Object
|
+----fundamentals.EuVector
- public class EuVector
- extends Object
-
x
- The first coordinate
-
y
- The second coordinate
-
EuVector(double, double)
- There is no way to alter the value of a EuVector
-
EuVector(EuVector)
- There is no way to alter the value of a EuVector
-
identical(double, double)
-
-
identical(EuVector)
-
-
inner(double, double)
-
-
inner(EuVector)
-
-
length()
-
-
parallel(double, double)
-
-
parallel(EuVector)
-
-
xval()
-
-
yval()
-
x
protected double x
- The first coordinate
y
protected double y
- The second coordinate
EuVector
public EuVector(double x,
double y)
- There is no way to alter the value of a EuVector
- Parameters:
- x - the first coordinate
- y - the second coordinate
EuVector
public EuVector(EuVector v)
- There is no way to alter the value of a EuVector
- Parameters:
- v - the vector we are going to clone
xval
public double xval()
yval
public double yval()
identical
public boolean identical(double x,
double y)
identical
public boolean identical(EuVector other)
inner
public double inner(double dx,
double dy)
inner
public double inner(EuVector delta)
parallel
public boolean parallel(double dx,
double dy)
parallel
public boolean parallel(EuVector delta)
length
public double length()
All Packages Class Hierarchy This Package Previous Next Index