Package org.jmol.jvxl.readers
Class IsoSolventReader.Edge
java.lang.Object
javajs.util.T3
javajs.util.P3
org.jmol.jvxl.readers.IsoSolventReader.Edge
- All Implemented Interfaces:
Serializable,javajs.api.JSONEncodable
- Enclosing class:
- IsoSolventReader
private class IsoSolventReader.Edge
extends javajs.util.P3
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) float(package private) float(package private) float(package private) int(package private) int(package private) float(package private) int(package private) int(package private) javajs.util.V3Fields inherited from class javajs.util.T3
x, y, z -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javajs.util.P3
getUnlikely, new3, newA, newPMethods inherited from class javajs.util.T3
add, add2, add3, ave, cross, distance, distanceSquared, dot, equals, floatToIntBits, hashCode, length, lengthSquared, normalize, scale, scaleAdd2, scaleT, set, setA, setT, sub, sub2, toJSON
-
Field Details
-
ia
int ia -
ib
int ib -
nFaces
int nFaces -
nInvalid
int nInvalid -
d
float d -
d2
float d2 -
maxr
float maxr -
cosASB2
float cosASB2 -
v
javajs.util.V3 v
-
-
Constructor Details
-
Edge
Edge(IsoSolventReader r, int ia, int ib, float d) - Parameters:
r-ia-ib-d-
-
-
Method Details
-
addFace
-
isValid
boolean isValid() -
toString
Description copied from class:javajs.util.T3Returns a string that contains the values of this Tuple3f. The form is (x,y,z).- Overrides:
toStringin classjavajs.util.T3- Returns:
- the String representation
-