public class RobustPreds
extends java.lang.Object
Constructor and Description |
---|
RobustPreds() |
Modifier and Type | Method and Description |
---|---|
static int |
closestIntersection(Face faceC,
HalfEdge edge,
Face faceD) |
static boolean |
intersectEdgeFace(HalfEdge edge,
Face face,
Point3d intersectionPoint,
boolean edgeOnMesh0) |
static void |
main(java.lang.String[] args) |
static boolean |
orient3d(Vertex3d v0,
Vertex3d v1,
Vertex3d v2,
Vertex3d v3,
boolean v3OnMesh0) |
public static boolean orient3d(Vertex3d v0, Vertex3d v1, Vertex3d v2, Vertex3d v3, boolean v3OnMesh0)
public static boolean intersectEdgeFace(HalfEdge edge, Face face, Point3d intersectionPoint, boolean edgeOnMesh0)
public static void main(java.lang.String[] args)