Overload | Description |
---|---|
IntersectWith(NLineSegment,NPoint) | Checks if this line segment intersects the given one and returns the intersection point as an out parameter if it does. |
IntersectWith(NLineSegment,Double,NPoint) | Checks if this line segment intersects the given one with a specified tolerance and returns the intersection point as an out parameter if it does. |