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
FieldsFields inherited from class javajs.util.T3
x, y, z
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javajs.util.P3
getUnlikely, new3, newA, newP
Methods 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
-
value
float value
-
-
Constructor Details
-
ContourVertex
ContourVertex(javajs.util.P3 vertexXYZ)
-
-
Method Details
-
setValue
void setValue(float value) -
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
-