![]() |
ILoop2 Interface |
Namespace: Karamba.Geometry
The ILoop2 type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetBoundingBox2 |
Returns the bounding box of the loop.
|
![]() | Intersects |
Checks whether the line between point0 and point1 intersects the polygon. If so
returns the intersection point in point2.
|
![]() | ProjectBack |
project the endpoint of the line back onto the polygon in case the endpoint lies on the outside. Otherwise return the endpoint.
|
![]() | Segments |
Iterate through the segments of the loop
should maybe also specify a step length.
|