Crate intersect2d[−][src]
Modules
| algorithm |
Enums
| Intersection |
Functions
| intersect | Get any intersection point between line segments. Note that this function always detects endpoint-to-endpoint intersections. Most of this is from https://stackoverflow.com/a/565282 |
| intersect_line_point | Get any intersection point between line segment and point. Inspired by https://stackoverflow.com/a/17590923 |
| scale_to_coordinate | |
| ulps_eq | |
| ulps_eq_c |