An interface for the convex polygon

C# | Visual Basic | Visual C++ |
public interface IConvexPolygon<T> where T : new(), IComparable
Public Interface IConvexPolygon(Of T As {New, IComparable})
generic<typename T> where T : gcnew(), IComparable public interface class IConvexPolygon

- T
- The depth of the convex polygon

All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | Vertices |
Get the vertices of this convex polygon
|