Skip to content

Commit 3fced94

Browse files
committed
Removed mentions to Eigen from the readme
1 parent c7aad90 commit 3fced94

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
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 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

6-
\* Depends on Eigen
7-
86
## Example
97
```cpp
108
// Declare mesh vertices and triangles

0 commit comments

Comments
 (0)