Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: TriangleD(PointD, PointD, PointD)

Declaration

public TriangleD(
    PointD v1,
    PointD v2,
    PointD v3
)

Summary

Instantiates a new triangle with the specified vertices.