My Project
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TriangleNet.IPredicates Interface Reference
Inheritance diagram for TriangleNet.IPredicates:
TriangleNet.RobustPredicates

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)
 

Member Function Documentation

◆ CounterClockwise()

float TriangleNet.IPredicates.CounterClockwise ( Point  a,
Point  b,
Point  c 
)

◆ FindCircumcenter() [1/2]

Point TriangleNet.IPredicates.FindCircumcenter ( Point  org,
Point  dest,
Point  apex,
ref float  xi,
ref float  eta 
)

◆ FindCircumcenter() [2/2]

Point TriangleNet.IPredicates.FindCircumcenter ( Point  org,
Point  dest,
Point  apex,
ref float  xi,
ref float  eta,
float  offconstant 
)

◆ InCircle()

float TriangleNet.IPredicates.InCircle ( Point  a,
Point  b,
Point  c,
Point  p 
)

The documentation for this interface was generated from the following file: