Click or drag to resize

Triangle2DF Constructor

http://www.emgu.com
Create a triangle using the specific vertices

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Triangle2DF(
	PointF v0,
	PointF v1,
	PointF v2
)

Parameters

v0
Type: System.DrawingPointF
The first vertex
v1
Type: System.DrawingPointF
The second vertex
v2
Type: System.DrawingPointF
The third vertex
See Also