public class MesherOperations
extends java.lang.Object
Constructor and Description |
---|
MesherOperations() |
Modifier and Type | Method and Description |
---|---|
static boolean |
encroachesEdge(Point_2 p,
Point_2[] e)
Tests whether point p lies in the diametral circle of edge e
|
static Point_2 |
midpointOnUnitCircle(Point_2[] e)
Computes the points of the bisector of edge e that lie on
the unit circle, and returns the one closest to e
|