private class MarchingSquares.ContourVertex
extends javajs.util.P3
| Modifier and Type | Field and Description |
|---|---|
(package private) float |
value |
| Constructor and Description |
|---|
ContourVertex(javajs.util.P3 vertexXYZ) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
setValue(float value) |
java.lang.String |
toString()
Returns a string that contains the values of this Tuple3f.
|