Package org.jmol.bspt
Class PointIterator
- java.lang.Object
-
- org.jmol.bspt.PointIterator
-
public class PointIterator extends Object
-
-
Constructor Summary
Constructors Constructor Description PointIterator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
withinDistPoints(float distance, javajs.util.P3 pt, javajs.util.P3[] ap3, javajs.util.P3[] ap31, Object[] ret)
carry out various functions of the within() script function
-
-
-
Method Detail
-
withinDistPoints
public static int withinDistPoints(float distance, javajs.util.P3 pt, javajs.util.P3[] ap3, javajs.util.P3[] ap31, Object[] ret)
carry out various functions of the within() script function- Parameters:
distance
- 0 for closest onlypt
- if not null and pt.x == Float.NaN, this is an internal comparison, to return a "cleaned" list of pointsap3
- the list of points, requiredap31
- a second list of points, optionalret
- null, "", int[], Lst<T3>, or P3- Returns:
- T.nada, T.string, T.array, T.list, T.point
-
-