Determine if the point is in a convex polygon

C# | Visual Basic | Visual C++ |
public bool InConvexPolygon( IConvexPolygon<T> polygon )
Public Function InConvexPolygon ( _ polygon As IConvexPolygon(Of T) _ ) As Boolean
public: bool InConvexPolygon( IConvexPolygon<T>^ polygon )

- polygon (IConvexPolygon<(Of <(T>)>))
- the convex polygon

true if the point is in the convex polygon; false otherwise