DTSweep |
public class DTSweepDebugContext : TriangulationDebugContext
The DTSweepDebugContext type exposes the following members.
| Name | Description | |
|---|---|---|
| DTSweepDebugContext | Initializes a new instance of the DTSweepDebugContext class. |
| Name | Description | |
|---|---|---|
| ActiveConstraint | Gets or sets the active constrained edge currently being processed. | |
| ActiveNode | Gets or sets the active front node currently being processed. | |
| ActivePoint | Gets or sets the active point currently being processed. | |
| IsDebugContext | Gets a value indicating whether this is a sweep debug context. | |
| PrimaryTriangle | Gets or sets the primary triangle currently highlighted for debugging. | |
| SecondaryTriangle | Gets or sets the secondary triangle currently highlighted for debugging. |
| Name | Description | |
|---|---|---|
| Clear |
Clears the debug state.
(Overrides TriangulationDebugContextClear) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| _tcx |
The owning triangulation context.
(Inherited from TriangulationDebugContext) |