Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
E
G
M
P
R
S
T
V
E
equal(Vector)
- Method in class
Vector
Determines wheather this vector is equal to other vector.
G
getSpets()
- Method in class
Vector
Returns spets of this vector.
getx()
- Method in class
Vector
Retrieves the coordinate x of this vector.
gety()
- Method in class
Vector
Retrieves the coordinate y of this vector.
M
magnitud()
- Method in class
Vector
Returns magnitud of this vector.
multPorEscalar(double)
- Method in class
Vector
Mulitplies vector with scalar.
P
productoPunto(Vector, Vector)
- Static method in class
Vector
Creates "producto punto" multiplying two vectors
R
restVectores(Vector, Vector)
- Static method in class
Vector
Creates new vector subtracting one vector from other vector
restarLe(Vector)
- Method in class
Vector
Subtracts vector from this vector.
rotar(double)
- Method in class
Vector
Rotates vector to the left certain number of radians.
S
set(double, double)
- Method in class
Vector
Sets the spets of this vector to coordinates x, y.
set(Point2D)
- Method in class
Vector
Sets the spets of this vector to coordinates xy
sumaVectores(Vector, Vector)
- Static method in class
Vector
Creates new vector summing up two otheres
sumarLe(Vector)
- Method in class
Vector
Adds vector to this vector.
T
toString()
- Method in class
Vector
Retrieves this vector in format String.
V
Vector
- class
Vector
.
Class Vector Version 2
Vector()
- Constructor for class
Vector
Constructor.
Vector(Point2D)
- Constructor for class
Vector
Constructor.
Vector(double, double)
- Constructor for class
Vector
Constructor.
Vector(float, double)
- Constructor for class
Vector
Constructor.
E
G
M
P
R
S
T
V
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes