|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorbotix.robot.util.Vector3D
public class Vector3D
Class to contain 3D vector coordinates.
| Constructor Summary | |
|---|---|
Vector3D()
|
|
| Method Summary | |
|---|---|
static double |
magnitude(double x,
double y,
double z)
Convenience method to calculate the magnitude of two values. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Vector3D()
| Method Detail |
|---|
public static double magnitude(double x,
double y,
double z)
x - Coordinate.y - Coordinate
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||