org.jmol.util
Class Point3fi

java.lang.Object
  extended by javax.vecmath.Tuple3f
      extended by javax.vecmath.Point3f
          extended by org.jmol.util.Point3fi
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Atom

public class Point3fi
extends javax.vecmath.Point3f

See Also:
Serialized Form

Field Summary
 short screenDiameter
           
 int screenX
           
 int screenY
           
 int screenZ
           
 
Fields inherited from class javax.vecmath.Tuple3f
x, y, z
 
Constructor Summary
Point3fi()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
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, epsilonEquals, equals, get, get, interpolate, interpolate, negate, negate, scale, scale, scaleAdd, scaleAdd, set, set, set, set, sub, sub, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

screenX

public int screenX

screenY

public int screenY

screenZ

public int screenZ

screenDiameter

public short screenDiameter
Constructor Detail

Point3fi

public Point3fi()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class javax.vecmath.Tuple3f