Home
last modified time | relevance | path

Searched refs:withinDistance2 (Results 1 – 2 of 2) sorted by relevance

/dports/science/jmol/jmol-14.32.7/src/org/jmol/shape/
H A DMesh.java424 float withinDistance2, boolean isWithinNot) { in checkWithin() argument
427 if (pti.distanceSquared(withinPoints.get(i)) <= withinDistance2) in checkWithin()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/shapesurface/
H A DIsosurface.java191 private float withinDistance2; field in Isosurface
655 withinDistance2 = ((Float) o[0]).floatValue(); in setPropI()
656 isWithinNot = (withinDistance2 < 0); in setPropI()
657 withinDistance2 *= withinDistance2; in setPropI()
1647 …return (withinPoints != null && !Mesh.checkWithin(vertexXYZ, withinPoints, withinDistance2, isWith… in addVertexCopy()