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

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

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