Function robust::incircle [−][src]
Expand description
Returns a positive value if the coordinate pd
lies outside the circle passing through pa
, pb
, and pc
.
Returns a negative value if it lies inside the circle.
Returns 0
if the four points are cocircular.