|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.vecmath.Tuple3d
javax.vecmath.Vector3d
de.fhg.igd.earth.utils.cVector3d
A 3-element vector that is represented by double-precision floating point x,y,z coordinates Title : Earth Copyright : Copyright (c) 2001 Organisation : IGD FhG
| Field Summary |
| Fields inherited from class javax.vecmath.Vector3d |
|
| Fields inherited from class javax.vecmath.Tuple3d |
x, y, z |
| Constructor Summary | |
cVector3d()
Creates an instance of this class (0,0,0) |
|
cVector3d(cPoint3d p)
Creates an instance of this class with the given point. |
|
cVector3d(cVector3d v)
Creates an instance of this class with the given cVector3d. |
|
cVector3d(double x,
double y,
double z)
Creates an instance of this class with the given coordinates. |
|
| Method Summary | |
Object |
clone()
Clones this object |
| Methods inherited from class javax.vecmath.Vector3d |
angle, cross, dot, length, lengthSquared, normalize, normalize |
| Methods inherited from class javax.vecmath.Tuple3d |
absolute, absolute, add, add, clamp, clamp, clamp, clamp, clampMax, clampMax, clampMax, clampMax, clampMin, clampMin, clampMin, clampMin, epsilonEquals, equals, equals, get, get, hashCode, interpolate, interpolate, interpolate, interpolate, negate, negate, scale, scale, scaleAdd, scaleAdd, scaleAdd, set, set, set, set, sub, sub, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public cVector3d()
public cVector3d(cVector3d v)
v - cVector3d
public cVector3d(double x,
double y,
double z)
public cVector3d(cPoint3d p)
p - Point| Method Detail |
public Object clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||