Package org.jmol.util
Class Point3fi
java.lang.Object
javajs.util.T3
javajs.util.P3
org.jmol.util.Point3fi
- All Implemented Interfaces:
Serializable,Cloneable,JSONEncodable
- Direct Known Subclasses:
Atom
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)
associated symmetry operation (generating equivalent atoms in UnitCell.java)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintindex in full collectionshortmodel index -- may be to a trajectoryintscreen diameterintscreen Xintscreen Yintscreen Z -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javajs.util.P3
getUnlikely, new3, newA, newP
-
Field Details
-
mi
public short mimodel index -- may be to a trajectory -
i
public int iindex in full collection -
sX
public int sXscreen X -
sY
public int sYscreen Y -
sZ
public int sZscreen Z -
sD
public int sDscreen diameter
-
-
Constructor Details
-
Point3fi
public Point3fi()
-
-
Method Details
-
newPF
-
new4
-
copy
-
setPF
-