|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Vector3 | |
|---|---|
| org.miv.pherd.geom | |
| Uses of Vector3 in org.miv.pherd.geom |
|---|
| Methods in org.miv.pherd.geom with parameters of type Vector3 | |
|---|---|
void |
Vector3.add(Vector3 other)
Add each element of other to the corresponding element of this. |
void |
Vector3.copy(Vector3 other)
Make this a copy of other. |
void |
Point3.copy(Vector3 vec)
|
void |
Vector3.crossProduct(Vector3 other)
Set this to the cross product of this and other. |
void |
Vector3.crossProduct(Vector3 A,
Vector3 B)
Set this to the cross product of A and B. |
double |
Vector3.dotProduct(Vector3 other)
Dot product of this and other. |
boolean |
Vector3.equals(Vector3 other)
Is this equal to other ? |
void |
Point3.move(Vector3 d)
Move of given vector d. |
void |
Vector3.mult(Vector3 other)
Multiply each element of this by the corresponding element of other. |
void |
Point3.scale(Vector3 s)
Scale by factor s. |
void |
Vector3.sub(Vector3 other)
Substract each element of other to the corresponding element of this. |
| Constructors in org.miv.pherd.geom with parameters of type Vector3 | |
|---|---|
Point3(Vector3 vec)
|
|
Vector3(Vector3 other)
New vector copy of other. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||