True if the triangle shares an edge with another triangle.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public bool SharesEdgeWith( Triangle triangle ) |
| Visual Basic (Declaration) |
|---|
Public Function SharesEdgeWith ( _ triangle As Triangle _ ) As Boolean |
| Visual C++ |
|---|
public: bool SharesEdgeWith( Triangle^ triangle ) |
Parameters
- triangle
- Type: ceometric.VectorGeometry..::.Triangle
A triangle.