()
| 302 | |
| 303 | #[test] |
| 304 | fn point_to_point_same() { |
| 305 | let d = st_distance(&Geometry::point(5.0, 5.0), &Geometry::point(5.0, 5.0)); |
| 306 | assert!(d < 0.01); |
| 307 | } |
| 308 | |
| 309 | #[test] |
| 310 | fn point_inside_polygon_zero_distance() { |
nothing calls this directly
no test coverage detected