resqpy.olio.vector_utilities.in_circumcircle

resqpy.olio.vector_utilities.in_circumcircle(a, b, c, d)[source]

Returns True if point d lies within the circumcircle pf ccw points a, b, c, projected onto xy plane.

Note

a, b & c must be sorted into anti-clockwise order before calling this function