|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.vecmath.Tuple3d
javax.vecmath.Point3d
de.fhg.igd.earth.utils.cPoint3d
A 3 element point that is represented by double precision floating point x,y,z coordinates Title : Earth Copyright : Copyright (c) 2001 Organisation : IGD FhG
| Field Summary | |
(package private) static double |
factor
deg->rad factor |
(package private) static double |
scaleZ
Flat->Sphere z-factor |
| Fields inherited from class javax.vecmath.Point3d |
|
| Fields inherited from class javax.vecmath.Tuple3d |
x, y, z |
| Constructor Summary | |
cPoint3d()
Creates an instance of this class (0,0,0) |
|
cPoint3d(cPoint3d p)
Creates an instance of this class with the given point. |
|
cPoint3d(cPoint3d p,
double radius)
Creates an instance of this class with the given point and radius. |
|
cPoint3d(cVector3d v)
Creates an instance of this class with the given cVector3d. |
|
cPoint3d(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.Point3d |
distance, distanceL1, distanceLinf, distanceSquared, project |
| 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 |
| Field Detail |
static final double factor
static final double scaleZ
| Constructor Detail |
public cPoint3d()
public cPoint3d(cPoint3d p)
p - Point
public cPoint3d(cPoint3d p,
double radius)
p - Pointradius - Radius
public cPoint3d(double x,
double y,
double z)
public cPoint3d(cVector3d v)
v - cVector3d| Method Detail |
public Object clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||