Class MesherOperations
java.lang.Object
Jcg.geometry.MesherOperations
Provides predicates and constructions for dealing with segments and circles
- Author:
- Steve Oudot, Ecole Polytechnique (INF562)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanencroachesEdge(Point_2 p, Point_2[] e) Tests whether point p lies in the diametral circle of edge eprivate static Point_2[]intersectSegmentWithCircle(Point_2 a, Point_2 b, Point_2 center, double radius) This function is used by midpointOnUnitCircle(); it returns the intersection points between segment [a,b] and circle (center, radius), if they existstatic Point_2Computes the points of the bisector of edge e that lie on the unit circle, and returns the one closest to e
-
Constructor Details
-
MesherOperations
public MesherOperations()
-
-
Method Details
-
encroachesEdge
-
midpointOnUnitCircle
-
intersectSegmentWithCircle
-