http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a triangle using the specific vertices
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Triangle3DF( MCvPoint3D32f v0, MCvPoint3D32f v1, MCvPoint3D32f v2 ) |
Visual Basic |
---|
Public Sub New ( _ v0 As MCvPoint3D32f, _ v1 As MCvPoint3D32f, _ v2 As MCvPoint3D32f _ ) |
Visual C++ |
---|
public: Triangle3DF( MCvPoint3D32f v0, MCvPoint3D32f v1, MCvPoint3D32f v2 ) |
Parameters
- v0
- Type: Emgu.CV.Structure..::..MCvPoint3D32f
The first vertex
- v1
- Type: Emgu.CV.Structure..::..MCvPoint3D32f
The second vertex
- v2
- Type: Emgu.CV.Structure..::..MCvPoint3D32f
The third vertex