Emgu CV Library Documentation
Triangle3DF Constructor (v0, v1, v2)
NamespacesEmgu.CV.StructureTriangle3DFTriangle3DF(MCvPoint3D32f, MCvPoint3D32f, MCvPoint3D32f)

www.emgu.com/wiki
Create a triangle using the specific vertices
Declaration Syntax
C#Visual BasicVisual C++
public Triangle3DF(
	MCvPoint3D32f v0,
	MCvPoint3D32f v1,
	MCvPoint3D32f v2
)
Public Sub New ( _
	v0 As MCvPoint3D32f, _
	v1 As MCvPoint3D32f, _
	v2 As MCvPoint3D32f _
)
public:
Triangle3DF(
	MCvPoint3D32f v0, 
	MCvPoint3D32f v1, 
	MCvPoint3D32f v2
)
Parameters
v0 (MCvPoint3D32f)
The first vertex
v1 (MCvPoint3D32f)
The second vertex
v2 (MCvPoint3D32f)
The third vertex

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)