Function Polygon.ContainsPointXZ

ContainsPointXZ (Int3 a, Int3 b, Int3 c, Int3 p)

Returns if the triangle ABC contains the point p.

Public Static
ContainsPointXZ (Vector3 a, Vector3 b, Vector3 c, Vector3 p)

Returns if the triangle ABC contains the point p in XZ space.

Public Static
ContainsPointXZ (Vector3[] polyPoints, Vector3 p)

Checks if p is inside the polygon (XZ space).

Public Static