Function conrod::widget::primitive::shape::triangles::is_over_triangle [] [src]

pub fn is_over_triangle<V>(t: &Triangle<V>, p: Point) -> bool where
    V: Vertex

Returns true if the given Point is over the given Triangle.