public class TriangleData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static javax.vecmath.Point3i[] |
cubeVertexOffsets |
protected static byte[] |
edgeVertexes |
private static int[][] |
fullCubePolygon |
protected static int[] |
Pwr2 |
protected static byte[][] |
triangleTable2 |
Constructor and Description |
---|
TriangleData() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.Object> |
intersectPlane(javax.vecmath.Point4f plane,
java.util.List<java.lang.Object> v,
int flags)
a generic cell - plane intersector -- used for finding the plane through a
unit cell
|
protected static final int[] Pwr2
private static final int[][] fullCubePolygon
protected static final javax.vecmath.Point3i[] cubeVertexOffsets
protected static final byte[] edgeVertexes
protected static final byte[][] triangleTable2
public static java.util.List<java.lang.Object> intersectPlane(javax.vecmath.Point4f plane, java.util.List<java.lang.Object> v, int flags)
plane
- v
- flags
- 0 -- polygon int[] 1 -- edges only 2 -- triangles only 3 -- both