|
|
SimpleLoop2 Class |
Namespace: Karamba.Geometry
The SimpleLoop2 type exposes the following members.
| Name | Description | |
|---|---|---|
| SimpleLoop2 |
Initializes a new instance of the SimpleLoop2 class.
|
| Name | Description | |
|---|---|---|
| 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.) | |
| GetBoundingBox2 |
Get the bounding box.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Intersects |
Test for intersection of the line with the polygon.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ProjectBack |
project the endpoint of the line back onto the polygon in case the endpoint lies on the outside. Otherwise return the endpoint.
| |
| Segments |
Get enumerable for iterating through the segments of the closed polygon.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |