http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Compare two triangles and return true if equal
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public bool Equals( Triangle3DF tri ) |
Visual Basic |
---|
Public Function Equals ( _ tri As Triangle3DF _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Equals( Triangle3DF tri ) sealed |
Parameters
- tri
- Type: Emgu.CV.Structure..::..Triangle3DF
the other triangles to compare with