"...text-generation-inference.git" did not exist on "245d3de94877d4910ea7876f6bd19b4d7d4a47d9"
fix small face issue for ptmeshdist
Summary: Fix small face issue for point_mesh distance computation. The issue lies in the computation of `IsInsideTriangle` which is unstable and non-symmetrical when faces with small areas are given as input. This diff fixes the issue by returning `False` for `IsInsideTriangle` when small faces are given as input. Reviewed By: bottler Differential Revision: D29163052 fbshipit-source-id: be297002f26b5e6eded9394fde00553a37406bee
Showing
Please register or sign in to comment