public class TriTriIntersection
extends java.lang.Object
Constructor and Description |
---|
TriTriIntersection(Face f0,
Face f1,
Point3d[] _points)
The two faces.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(TriTriIntersection isect,
java.lang.StringBuilder msg) |
Vector2d[] |
getFace0Coords() |
Vector2d[] |
getFace1Coords() |
static void |
getState(DataBuffer data,
java.util.ArrayList<TriTriIntersection> isects) |
int |
numPoints() |
static java.util.ArrayList<TriTriIntersection> |
setStateArray(DataBuffer data,
PolygonalMesh mesh0,
PolygonalMesh mesh1) |
public Vector2d[] getFace0Coords()
public Vector2d[] getFace1Coords()
public int numPoints()
public boolean equals(TriTriIntersection isect, java.lang.StringBuilder msg)
public static void getState(DataBuffer data, java.util.ArrayList<TriTriIntersection> isects)
public static java.util.ArrayList<TriTriIntersection> setStateArray(DataBuffer data, PolygonalMesh mesh0, PolygonalMesh mesh1)