[][src]Trait geo_validator::IntersectionPoint

pub trait IntersectionPoint<T> where
    T: Float
{ fn intersection_point(&self, line: &Line<T>) -> Coordinate<T>; }

Returns the coordinate at which two geometries intersect

Required methods

fn intersection_point(&self, line: &Line<T>) -> Coordinate<T>

Loading content...

Implementations on Foreign Types

impl<T> IntersectionPoint<T> for Line<T> where
    T: Float
[src]

Loading content...

Implementors

Loading content...