|
My Project
|
Public Member Functions | |
| float | CounterClockwise (Point a, Point b, Point c) |
| float | InCircle (Point a, Point b, Point c, Point p) |
| Point | FindCircumcenter (Point org, Point dest, Point apex, ref float xi, ref float eta) |
| Point | FindCircumcenter (Point org, Point dest, Point apex, ref float xi, ref float eta, float offconstant) |
Implemented in TriangleNet.RobustPredicates.
| Point TriangleNet.IPredicates.FindCircumcenter | ( | Point | org, |
| Point | dest, | ||
| Point | apex, | ||
| ref float | xi, | ||
| ref float | eta | ||
| ) |
Implemented in TriangleNet.RobustPredicates.
| Point TriangleNet.IPredicates.FindCircumcenter | ( | Point | org, |
| Point | dest, | ||
| Point | apex, | ||
| ref float | xi, | ||
| ref float | eta, | ||
| float | offconstant | ||
| ) |
Implemented in TriangleNet.RobustPredicates.
Implemented in TriangleNet.RobustPredicates.