|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.vecmath.Tuple3f
javax.vecmath.Vector3f
de.fhg.igd.earth.utils.cVector3f
A 3-element vector that is represented by floating point x,y,z coordinates Title : Earth Copyright : Copyright (c) 2001 Organisation : IGD FhG
| Field Summary | |
(package private) static float |
factor
deg->rad factor |
| Fields inherited from class javax.vecmath.Vector3f |
|
| Fields inherited from class javax.vecmath.Tuple3f |
x, y, z |
| Constructor Summary | |
cVector3f()
Creates an instance of this class (0,0,0) |
|
cVector3f(cVector3f v)
Creates an instance of this class with the given cVector3f. |
|
cVector3f(cVector3f p,
float radius)
Creates an instance of this class with the given vector and radius. |
|
cVector3f(float x,
float y,
float z)
Creates an instance of this class with the given coordinates. |
|
| Method Summary | |
Object |
clone()
Clones this object |
| Methods inherited from class javax.vecmath.Vector3f |
angle, cross, dot, length, lengthSquared, normalize, normalize |
| Methods inherited from class javax.vecmath.Tuple3f |
absolute, absolute, add, add, clamp, clamp, clampMax, clampMax, clampMin, clampMin, epsilonEquals, equals, equals, get, get, hashCode, interpolate, interpolate, negate, negate, scale, scale, 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 float factor
| Constructor Detail |
public cVector3f()
public cVector3f(cVector3f v)
v - cVector3f
public cVector3f(cVector3f p,
float radius)
p - cVector3fradius - Radius
public cVector3f(float x,
float y,
float z)
| Method Detail |
public Object clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||