public class MocQuery
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
MocQuery.MocQueryComponent |
static class |
MocQuery.MocQueryOp |
Constructor and Description |
---|
MocQuery() |
Modifier and Type | Method and Description |
---|---|
static Moc |
doMocQuery(int order,
java.util.ArrayList<MocQuery.MocQueryComponent> comp) |
static Moc |
doMocQueryInclusive(int order,
int omax,
java.util.ArrayList<MocQuery.MocQueryComponent> comp) |
static java.util.ArrayList<MocQuery.MocQueryComponent> |
prepPolygon(java.util.ArrayList<Vec3> vertex) |
static java.util.ArrayList<MocQuery.MocQueryComponent> |
prepPolyHelper(Vec3[] vv,
int[] P,
java.util.ArrayList<MocQuery.MocQueryComponent> comp,
boolean doLast) |
static Moc |
queryGeneralPolygon(java.util.ArrayList<Vec3> vertex,
int order) |
static Moc |
queryGeneralPolygonInclusive(java.util.ArrayList<Vec3> vertex,
int order,
int omax) |
public static Moc doMocQuery(int order, java.util.ArrayList<MocQuery.MocQueryComponent> comp) throws java.lang.Exception
java.lang.Exception
public static Moc doMocQueryInclusive(int order, int omax, java.util.ArrayList<MocQuery.MocQueryComponent> comp) throws java.lang.Exception
java.lang.Exception
public static java.util.ArrayList<MocQuery.MocQueryComponent> prepPolyHelper(Vec3[] vv, int[] P, java.util.ArrayList<MocQuery.MocQueryComponent> comp, boolean doLast) throws java.lang.Exception
java.lang.Exception
public static java.util.ArrayList<MocQuery.MocQueryComponent> prepPolygon(java.util.ArrayList<Vec3> vertex) throws java.lang.Exception
java.lang.Exception
public static Moc queryGeneralPolygon(java.util.ArrayList<Vec3> vertex, int order) throws java.lang.Exception
java.lang.Exception