You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# TriangleMeshDistance
2
2
Header only, single file, simple and efficient C++11 library to compute the signed distance function (SDF) to a triangle mesh.
3
3
4
-
The distance computation to the triangle collection is accelerated with a sphere bounding volume hierarchy. The sign of the distance is resolved with the method presented in *"Generating Signed Distance Fields From Triangle Meshes"* by Bærentzen, Andreas & Aanæs, Henrik. (2002). Assuming triangle normals point outwards from the enclosed volume, the sign of the distance will be positive outside and negative inside.
4
+
The distance computation to the triangle collection is accelerated with a sphere bounding volume hierarchy. The sign of the distance is resolved with the method presented in *"Generating Signed Distance Fields From Triangle Meshes"* by Bærentzen, Andreas & Aanæs, Henrik. (2002).
5
+
6
+
Assuming triangle normals point outwards from the enclosed volume, the sign of the distance will be positive outside and negative inside.
0 commit comments