Tests if two triangles are similar.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public bool IsSimilarTo( Triangle triangle ) |
| Visual Basic (Declaration) |
|---|
Public Function IsSimilarTo ( _ triangle As Triangle _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsSimilarTo( Triangle^ triangle ) |
Parameters
- triangle
- Type: ceometric.VectorGeometry..::.Triangle
A triangle.
Return Value
Returns true if the triangle is similar to triangle, false otherwise.
Remarks
Two triangles are similar if they have equal corresponding angles.