Triangulation |
public abstract class TriangulationContext
The TriangulationContext type exposes the following members.
| Name | Description | |
|---|---|---|
| TriangulationContext | Initializes a new instance of the TriangulationContext class |
| Name | Description | |
|---|---|---|
| Algorithm | Gets the triangulation algorithm implemented by this context. | |
| DebugContext | Gets the debug context associated with this triangulation context. | |
| DTDebugContext | Gets the sweep-specific debug context. | |
| IsDebugEnabled | Gets a value indicating whether debugging is enabled. | |
| StepCount | Gets the number of completed processing steps. | |
| Triangulatable | Gets the triangulatable object currently associated with this context. | |
| TriangulationMode | Gets the current triangulation mode. |
| Name | Description | |
|---|---|---|
| Clear | Clears the context state. | |
| Done | Marks the current processing step as completed. | |
| 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) | |
| NewConstraint | Creates a new constraint between the specified points. | |
| PrepareTriangulation | Prepares this context for triangulating the specified object. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Update | Updates the context state for debugging purposes. |
| Name | Description | |
|---|---|---|
| Points | Stores the points participating in triangulation. | |
| Triangles | Stores the triangles created during triangulation. |