pub fn iter_contains<I, V>(tris: I, v: &V) -> Option<<I as IntoIterator>::Item>
Expand description
Returns the first Tri
that contains the given vertex.
Returns None
if no Tri
’s contain the given vertex.
pub fn iter_contains<I, V>(tris: I, v: &V) -> Option<<I as IntoIterator>::Item>
Returns the first Tri
that contains the given vertex.
Returns None
if no Tri
’s contain the given vertex.