Tests if an edge is one of the edges of the triangle.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public bool HasEdge( Edge edge ) |
| Visual Basic (Declaration) |
|---|
Public Function HasEdge ( _ edge As Edge _ ) As Boolean |
| Visual C++ |
|---|
public: bool HasEdge( Edge^ edge ) |
Parameters
- edge
- Type: ceometric.VectorGeometry..::.Edge
An edge.