Package org.jmol.jvxl.calc
Class MarchingSquares.ContourVertex
- java.lang.Object
-
- javajs.util.T3
-
- javajs.util.P3
-
- org.jmol.jvxl.calc.MarchingSquares.ContourVertex
-
- All Implemented Interfaces:
Serializable
,javajs.api.JSONEncodable
- Enclosing class:
- MarchingSquares
private class MarchingSquares.ContourVertex extends javajs.util.P3
-
-
Field Summary
Fields Modifier and Type Field Description (package private) float
value
-
Constructor Summary
Constructors Constructor Description ContourVertex(javajs.util.P3 vertexXYZ)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
setValue(float value)
String
toString()
Returns a string that contains the values of this Tuple3f.
-
-
-
Method Detail
-
setValue
void setValue(float value)
-
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
-
-