org.jmol.jvxl.calc
private static class MarchingSquares.ContourVertex extends Point3f
Modifier and Type | Field and Description |
---|---|
(package private) float |
value |
Constructor and Description |
---|
MarchingSquares.ContourVertex(Point3f vertexXYZ) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
setValue(float value) |
distance, distanceL1, distanceLinf, distanceSquared, project
absolute, absolute, add, add, clamp, clamp, clampMax, clampMax, clampMin, clampMin, clone, epsilonEquals, equals, equals, get, get, getX, getY, getZ, hashCode, interpolate, interpolate, negate, negate, scale, scale, scaleAdd, scaleAdd, set, set, set, set, setX, setY, setZ, sub, sub, toString
MarchingSquares.ContourVertex(Point3f vertexXYZ)