All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fundamentals.EuVector

java.lang.Object
   |
   +----fundamentals.EuVector

public class EuVector
extends Object

Variable Index

 o x
The first coordinate
 o y
The second coordinate

Constructor Index

 o EuVector(double, double)
There is no way to alter the value of a EuVector
 o EuVector(EuVector)
There is no way to alter the value of a EuVector

Method Index

 o identical(double, double)
 o identical(EuVector)
 o inner(double, double)
 o inner(EuVector)
 o length()
 o parallel(double, double)
 o parallel(EuVector)
 o xval()
 o yval()

Variables

 o x
 protected double x
The first coordinate

 o y
 protected double y
The second coordinate

Constructors

 o 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
 o 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

Methods

 o xval
 public double xval()
 o yval
 public double yval()
 o identical
 public boolean identical(double x,
                          double y)
 o identical
 public boolean identical(EuVector other)
 o inner
 public double inner(double dx,
                     double dy)
 o inner
 public double inner(EuVector delta)
 o parallel
 public boolean parallel(double dx,
                         double dy)
 o parallel
 public boolean parallel(EuVector delta)
 o length
 public double length()

All Packages  Class Hierarchy  This Package  Previous  Next  Index