resqpy.olio.vector_utilities.in_triangle_edged

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

Returns True if d lies within or on the boudnary of triangle of ccw points a,b,c projected onto xy plane.

Note

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