Back to FabImage Studio website

You are here: Start » Filter Reference » Geometry 2D » Geometry 2D Intersections » LineLineIntersection

LineLineIntersection


Module: FoundationLite

Computes a common point of two lines.

Name Type Description
Input value inLine1 Line2D
Input value inLine2 Line2D
Output value outIntersectionPoint Point2D?

Hints

  • Whenever possible, prefer LineSegmentIntersection instead as it is more numerically stable for near-parallel lines.

Examples

LineLineIntersection performed on two lines.

Complexity Level

This filter is available on Basic Complexity Level.

See Also