public class PointIterator
extends java.lang.Object
| Constructor and Description |
|---|
PointIterator() |
| Modifier and Type | Method and Description |
|---|---|
static int |
withinDistPoints(float distance,
javajs.util.P3 pt,
javajs.util.P3[] ap3,
javajs.util.P3[] ap31,
java.lang.Object[] ret)
carry out various functions of the within() script function
|
public static int withinDistPoints(float distance,
javajs.util.P3 pt,
javajs.util.P3[] ap3,
javajs.util.P3[] ap31,
java.lang.Object[] ret)
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