Triangle2d Constructor

public Triangle2d( 
   Point2d pt1
   Point2d pt2
   Point2d pt3
   bool copyPoints = true 
)

Parameters

pt1
Point2d

pt2
Point2d

pt3
Point2d

copyPoints
bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition