Function or value | Description |
Full Usage:
boundingBoxAndLine bbox line
Parameters:
BoundingBox2D<'Units, 'Coordinates>
line : Line2D<'Units, 'Coordinates>
Returns: Point2D<'Units, 'Coordinates> list
|
|
Full Usage:
lineAndLineSegment line segment
Parameters:
Line2D<'a, 'b>
segment : LineSegment2D<'a, 'b>
Returns: Point2D<'a, 'b> option
|
|
Full Usage:
lineSegmentAndLine first second
Parameters:
LineSegment2D<'Units, 'Coordinates>
second : Line2D<'Units, 'Coordinates>
Returns: Point2D<'Units, 'Coordinates> option
|
![]() ![]() ![]() ![]() ![]() ![]() Try to find the intersection between a line segment and a line. If the lines are parallel (even if they are overlapping) then no intersection is returned.
|