Triangle2d Constructor (Point2d, Point2d, Point2d) |
Creates a new instance of Triangle2d.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Triangle2d(
Point2d a,
Point2d b,
Point2d c
)
Public Sub New (
a As Point2d,
b As Point2d,
c As Point2d
)
public:
Triangle2d(
Point2d a,
Point2d b,
Point2d c
)
new :
a : Point2d *
b : Point2d *
c : Point2d -> Triangle2d
Parameters
- a
- Type: Point2d
First point. - b
- Type: Point2d
Second point. - c
- Type: Point2d
Third point.
See Also