Gets a list of all near degenerate triangles.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public List<Triangle> BadTriangles { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property BadTriangles As List(Of Triangle) |
| Visual C++ |
|---|
public: property List<Triangle^>^ BadTriangles { List<Triangle^>^ get (); } |
Field Value
A list of all near degenerate triangles.
Remarks
This list contains all triangles that have been computes using exact arithmetic but can
not be converted to a floating point triangle because the points are near-identical or near-collinear
with respect to the xy-plane.