Package org.jmol.util
Class Point3fi
- java.lang.Object
-
- javajs.util.T3
-
- javajs.util.P3
-
- org.jmol.util.Point3fi
-
- All Implemented Interfaces:
Serializable
,Cloneable
,javajs.api.JSONEncodable
- Direct Known Subclasses:
Atom
public class Point3fi extends javajs.util.P3 implements Cloneable
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)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Point3fi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Point3fi
copy()
-
-
-
Method Detail
-
copy
public Point3fi copy()
-
-