Start » Filter Reference » Geometry 2D » Geometry 2D Intersections » LineLineIntersection
Module: | FoundationLite |
---|
Computes a common point of two lines.
Name | Type | Description | |
---|---|---|---|
inLine1 | Line2D | ||
inLine2 | Line2D | ||
outIntersectionPoint | Point2D? |
Hints
- Whenever possible, prefer LineSegmentIntersection instead as it is more numerically stable for near-parallel lines.
Examples
Description of usage of this filter can be found in examples and tutorial: Blister Inspection (NET GmbH).
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- LineSegmentIntersection – Computes a common point of a line and a segment.
- SegmentSegmentIntersection – Computes a common point of two segments.