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
Fields Modifier and Type Field Description (package private) float
cosASB2
(package private) float
d
(package private) float
d2
(package private) int
ia
(package private) int
ib
(package private) float
maxr
(package private) int
nFaces
(package private) int
nInvalid
(package private) javajs.util.V3
v
-
Constructor Summary
Constructors Constructor Description Edge(IsoSolventReader r, int ia, int ib, float d)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
addFace(IsoSolventReader.Face f)
(package private) boolean
isValid()
String
toString()
Returns a string that contains the values of this Tuple3f.
-
-
-
Constructor Detail
-
Edge
Edge(IsoSolventReader r, int ia, int ib, float d)
- Parameters:
r
-ia
-ib
-d
-
-
-
Method Detail
-
addFace
void addFace(IsoSolventReader.Face f)
-
isValid
boolean isValid()
-
toString
public String toString()
Description copied from class:javajs.util.T3
Returns a string that contains the values of this Tuple3f. The form is (x,y,z).- Overrides:
toString
in classjavajs.util.T3
- Returns:
- the String representation
-
-