Home
last modified time | relevance | path

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

/dports/science/jmol/jmol-14.32.7/src/org/jmol/shapesurface/
H A DIsosurfaceMesh.java333 pt1 = getContourPoint(vertices, iA, iB, f1); in addContourPoints()
339 pt2 = getContourPoint(vertices, iB, iC, f2); in addContourPoints()
358 pt2 = getContourPoint(vertices, iC, iA, f2); in addContourPoints()
413 private static P3 getContourPoint(T3[] vertices, int i, int j, in getContourPoint() method in IsosurfaceMesh
/dports/science/jmol/jmol-14.32.7/src/org/jmol/jvxl/data/
H A DJvxlCoder.java562 v.addLast(getContourPoint(vertices, i1, i2, f1)); in set3dContourVector()
563 v.addLast(getContourPoint(vertices, i3, i4, f2)); in set3dContourVector()
567 private static T3 getContourPoint(T3[] vertices, int i, int j, float f) { in getContourPoint() method in JvxlCoder