Click or drag to resize

Triangle3DF Constructor

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

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public Triangle3DF(
	MCvPoint3D32f v0,
	MCvPoint3D32f v1,
	MCvPoint3D32f v2
)

Parameters

v0
Type: Emgu.CV.StructureMCvPoint3D32f
The first vertex
v1
Type: Emgu.CV.StructureMCvPoint3D32f
The second vertex
v2
Type: Emgu.CV.StructureMCvPoint3D32f
The third vertex
See Also