|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.vecmath.Tuple3f
javax.vecmath.Point3f
org.jmol.util.Point3fi
public class Point3fi
the Point3fi class allows storage of critical information involving an atom, picked bond, or measurement point, including: xyz position screen position screen radius (-1 for a simple point) index (for atoms or for an associated bond that has be picked) associated modelIndex (for measurement points)
Field Summary | |
---|---|
int |
index
|
short |
modelIndex
|
short |
screenDiameter
|
int |
screenX
|
int |
screenY
|
int |
screenZ
|
Fields inherited from class javax.vecmath.Tuple3f |
---|
x, y, z |
Constructor Summary | |
---|---|
Point3fi()
|
|
Point3fi(float x,
float y,
float z)
|
|
Point3fi(javax.vecmath.Point3f pt)
|
Method Summary |
---|
Methods inherited from class javax.vecmath.Point3f |
---|
distance, distanceL1, distanceLinf, distanceSquared, project |
Methods inherited from class javax.vecmath.Tuple3f |
---|
absolute, absolute, add, add, clamp, clamp, clampMax, clampMax, clampMin, clampMin, clone, epsilonEquals, equals, equals, get, get, getX, getY, getZ, hashCode, interpolate, interpolate, negate, negate, scale, scale, scaleAdd, scaleAdd, set, set, set, set, setX, setY, setZ, sub, sub, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int index
public int screenX
public int screenY
public int screenZ
public short screenDiameter
public short modelIndex
Constructor Detail |
---|
public Point3fi()
public Point3fi(javax.vecmath.Point3f pt)
public Point3fi(float x, float y, float z)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |