org.jmol.util
public class TriangleData extends Object
Modifier and Type | Field and Description |
---|---|
protected static Point3i[] |
cubeVertexOffsets |
protected static byte[] |
edgeVertexes |
private static int[][] |
fullCubePolygon |
protected static int[] |
Pwr2 |
protected static byte[][] |
triangleTable2 |
Constructor and Description |
---|
TriangleData() |
protected static final int[] Pwr2
private static final int[][] fullCubePolygon
protected static final Point3i[] cubeVertexOffsets
protected static final byte[] edgeVertexes
protected static final byte[][] triangleTable2
public static List<Object> intersectPlane(Point4f plane, List<Object> v, int flags)
plane
- v
- flags
- 0 -- polygon int[] 1 -- edges only 2 -- triangles only 3 -- both