Compare two triangles and return true if equal
Namespace:
Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public bool Equals( Triangle3DF tri ) |
Visual Basic (Declaration) |
---|
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