pub fn extract_intersection_contours(
mesh_a: &SimpleMesh,
mesh_b: &SimpleMesh,
) -> Vec<IntersectionSegment>Expand description
Extract all intersection segments between two meshes.
pub fn extract_intersection_contours(
mesh_a: &SimpleMesh,
mesh_b: &SimpleMesh,
) -> Vec<IntersectionSegment>Extract all intersection segments between two meshes.