[−][src]Function conrod_core::widget::primitive::shape::triangles::is_over_triangle
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
.