pub trait IntersectionPoint<T>where
T: Float,{
// Required method
fn intersection_point(&self, line: &Line<T>) -> Coordinate<T>;
}Expand description
Returns the coordinate at which two geometries intersect
pub trait IntersectionPoint<T>where
T: Float,{
// Required method
fn intersection_point(&self, line: &Line<T>) -> Coordinate<T>;
}Returns the coordinate at which two geometries intersect