Skip to content

Commit 01cf9f1

Browse files
authored
Update README.md
1 parent a86056b commit 01cf9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TriangleMeshDistance
2-
Header only, single file, simple and efficient C++11 library to compute the signed distance function to a triangle mesh.
2+
Header only, single file, simple and efficient C++11 library to compute the signed distance function (SDF) to a triangle mesh.
33

44
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.
55

0 commit comments

Comments
 (0)