intersectLineSegmentLineSegment
Public Function
Find the intersection between a line segment and a line segment.
Parameters
| Name | Description | 
|---|---|
| 
 | The first segment's first point. | 
| 
 | The first segment's second point. | 
| 
 | The second segment's first point. | 
| 
 | The second segment's second point. | 
Returns
null | Vec2d