public class Normix
extends java.lang.Object
A 'normix' is a normal index, represented as a short
Modifier and Type | Field and Description |
---|---|
private static short[] |
inverseNormixes |
private static short[][] |
neighborVertexesArrays |
private static int |
NORMIX_GEODESIC_LEVEL |
static short |
NORMIX_NULL |
private static short |
normixCount |
private static javajs.util.V3[] |
vertexVectors |
Constructor and Description |
---|
Normix() |
Modifier and Type | Method and Description |
---|---|
static short |
get2SidedNormix(javajs.util.V3 v,
BS bsTemp) |
static short |
getInverseNormix(short normix) |
private static short[][] |
getNeighborVertexArrays() |
private static short |
getNormix(double x,
double y,
double z,
int geodesicLevel,
BS bsConsidered) |
static short |
getNormixCount() |
static short |
getNormixV(javajs.util.V3 v,
BS bsTemp) |
static javajs.util.V3[] |
getVertexVectors() |
static BS |
newVertexBitSet() |
static void |
setInverseNormixes() |
private static final int NORMIX_GEODESIC_LEVEL
private static short normixCount
private static javajs.util.V3[] vertexVectors
private static short[] inverseNormixes
private static short[][] neighborVertexesArrays
public static final short NORMIX_NULL
public static short getNormixCount()
public static BS newVertexBitSet()
public static javajs.util.V3[] getVertexVectors()
public static void setInverseNormixes()
public static short getInverseNormix(short normix)
private static short[][] getNeighborVertexArrays()
public static short getNormixV(javajs.util.V3 v, BS bsTemp)
public static short get2SidedNormix(javajs.util.V3 v, BS bsTemp)
private static short getNormix(double x, double y, double z, int geodesicLevel, BS bsConsidered)