| Class | Description | 
|---|---|
| LineIntersectsResult | if the lines intersect, the result contains the x and y of the intersection (treating the lines
 as infinite) and booleans for whether line segment 1 or line segment 2 contain the point. | 
| LineIntersectsResult.Builder | Build a new  LineIntersectsResultinstance and define its features by passing in
 information through the offered methods. |