Create a polygon made up of two triangles, and then remove the triangle whose centroid is nearer to the point (4,2). You can use the sortboundaries function to access the boundary index corresponding to the triangle closer to the reference point, which is 1 after sorting.
Simplify indicator, specified as one of these values:
true — Alter polygon vertices to produce a
well-defined polygon when the input vertices produce
intersections or improper nesting.
false — Do not alter input vertices
regardless of intersections or improper nesting. Computing with
ill-defined polygons can lead to inaccurate or unexpected
results.