Interface IPredicates
Syntax
public interface IPredicates
Methods
CounterClockwise(Point, Point, Point)
Declaration
double CounterClockwise(Point a, Point b, Point c)
Parameters
Returns
Type |
Description |
System.Double |
|
FindCircumcenter(Point, Point, Point, ref Double, ref Double)
Declaration
Point FindCircumcenter(Point org, Point dest, Point apex, ref double xi, ref double eta)
Parameters
Type |
Name |
Description |
Point |
org |
|
Point |
dest |
|
Point |
apex |
|
System.Double |
xi |
|
System.Double |
eta |
|
Returns
FindCircumcenter(Point, Point, Point, ref Double, ref Double, Double)
Declaration
Point FindCircumcenter(Point org, Point dest, Point apex, ref double xi, ref double eta, double offconstant)
Parameters
Type |
Name |
Description |
Point |
org |
|
Point |
dest |
|
Point |
apex |
|
System.Double |
xi |
|
System.Double |
eta |
|
System.Double |
offconstant |
|
Returns
InCircle(Point, Point, Point, Point)
Declaration
double InCircle(Point a, Point b, Point c, Point p)
Parameters
Returns
Type |
Description |
System.Double |
|