public class TriangleData
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected static Point3i[] |
cubeVertexOffsets |
|
protected static byte[] |
edgeVertexes |
|
protected static int[] |
Pwr2 |
|
protected static byte[][] |
triangleTable2 |
Constructor | Description |
---|---|
TriangleData() |
Modifier and Type | Method | Description |
---|---|---|
static java.util.List<java.lang.Object> |
intersectPlane(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
protected static final Point3i[] cubeVertexOffsets
protected static final byte[] edgeVertexes
protected static final byte[][] triangleTable2
public static java.util.List<java.lang.Object> intersectPlane(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