public class ApproximateConstructions_3 extends java.lang.Object implements GeometricConstructions_3
| Constructor and Description |
|---|
ApproximateConstructions_3() |
| Modifier and Type | Method and Description |
|---|---|
Point_3 |
circumCenter(Point_3 p,
Point_3 q,
Point_3 r,
Point_3 s)
Returns the (approximate) circumcenter of four points
|
public Point_3 circumCenter(Point_3 p, Point_3 q, Point_3 r, Point_3 s)
circumCenter in interface GeometricConstructions_3p,q,s,r - the four input points