public class TriangleData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static P3i[] |
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 JmolList<java.lang.Object> |
intersectPlane(P4 plane,
JmolList<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 P3i[] cubeVertexOffsets
protected static final byte[] edgeVertexes
protected static final byte[][] triangleTable2
public static JmolList<java.lang.Object> intersectPlane(P4 plane, JmolList<java.lang.Object> v, int flags)
plane
- v
- flags
- 0 -- polygon int[] 1 -- edges only 2 -- triangles only 3 -- both