Skip to main content

classify_edge

Function classify_edge 

Source
pub fn classify_edge(
    n0: [f64; 3],
    n1: [f64; 3],
    crease_angle_deg: f64,
) -> EdgeFeature
Expand description

Classify an edge between two triangles by their dihedral angle.

n0, n1: outward normals of the two triangles. crease_angle_deg: threshold for classifying as a crease.