• Winnie Lin's avatar
    add min_triangle_area argument to IsInsideTriangle · 471b1268
    Winnie Lin authored
    Summary:
    1. changed IsInsideTriangle in geometry_utils to take in min_triangle_area parameter instead of hardcoded value
    2. updated point_mesh_cpu.cpp and point_mesh_cuda.[h/cu] to adapt to changes in geometry_utils function signatures
    3. updated point_mesh_distance.py and test_point_mesh_distance.py to modify _C. calls
    
    Reviewed By: bottler
    
    Differential Revision: D34459764
    
    fbshipit-source-id: 0549e78713c6d68f03d85fb597a13dd88e09b686
    471b1268
test_point_mesh_distance.py 34.9 KB