Start » Filter Reference » Geometry 2D » Geometry 2D Intersections » SegmentSegmentIntersection
Module: | FoundationLite |
---|
Computes a common point of two segments.
Name | Type | Description | |
---|---|---|---|
inSegment1 | Segment2D | ||
inSegment2 | Segment2D | ||
outIntersectionPoint | Point2D? |
Examples
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- LineSegmentIntersection – Computes a common point of a line and a segment.