[]
Initializes a new instance of the Triangle struct from its three vertices.
public Triangle(PointF a, PointF b, PointF c)
Public Sub New(a As PointF, b As PointF, c As PointF)
Type | Name | Description |
---|---|---|
PointF | a | The triangle's first vertex. |
PointF | b | The triangle's second vertex. |
PointF | c | The triangle's third vertex. |