Package org.jmol.util
Class Triangulator
- java.lang.Object
-
- org.jmol.util.TriangleData
-
- org.jmol.util.Triangulator
-
public class Triangulator extends TriangleData
-
-
Field Summary
Fields Modifier and Type Field Description static int[][]
fullCubePolygon
-
Fields inherited from class org.jmol.util.TriangleData
cubeVertexOffsets, edgeVertexes, Pwr2, triangleTable2
-
-
Constructor Summary
Constructors Constructor Description Triangulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javajs.util.Lst<Object>
intersectPlane(javajs.util.P4 plane, javajs.util.T3[] vertices, int flags)
a generic cell - plane intersector -- used for finding the plane through a not static so as to allow JavaScript to not load it as core.
-
-
-
Method Detail
-
intersectPlane
public javajs.util.Lst<Object> intersectPlane(javajs.util.P4 plane, javajs.util.T3[] vertices, int flags)
a generic cell - plane intersector -- used for finding the plane through a not static so as to allow JavaScript to not load it as core. unit cell- Parameters:
plane
- intersecting plane, or null for a full list of all facesvertices
- the vertices of the box or unit cell in canonical formatflags
- 0 -- polygon int[] 1 -- edges only 2 -- triangles only 3 -- both- Returns:
- Lst of P3[3] triangles and P3[2] edge lines
-
-