• Determine if the 2d point is inside the polygon

    Parameters

    • point: AcGeVector2dLike

      2d point to check whether it is in the specified polygon

    • polygon: AcGeVector2dLike[]

      an polygon consisted by 2d point array

    • includeOnSide: boolean = false

      if ture, return true if the specified point is inside the polygon or the polygon border.

    Returns boolean

    Return true if the 2d point is inside the polygon