Skip to main content

triangle_segment_find_local_separating_normal_oneway

Function triangle_segment_find_local_separating_normal_oneway 

Source
pub fn triangle_segment_find_local_separating_normal_oneway(
    triangle1: &Triangle,
    segment2: &Segment,
    pos12: &Isometry<f64>,
) -> (f64, Vector<f64>)
Expand description

Finds the best separating normal a triangle and a segment.

Only the normals of triangle1 are tested.