Skip to content

Commit dcd21d1

Browse files
committed
2 parents 1b5893c + 0296808 commit dcd21d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ std::cout << "Nearest triangle index: " << result.triangle_id << std::endl;
2525
```
2626
2727
28+
2829
## What you need to know about TriangleMeshDistance
2930
- `TriangleMeshDistance` keeps a copy of the vertex and triangle data passed as input.
3031
- Additionally, the pseudonormals required to compute signed distances are calculated and stored at building time.
31-
- `TriangleMeshDistance` can be declared empty and constructed multiple times with different meshes. This can potentially reuse memory allocations.
32+
- `TriangleMeshDistance` can be declared empty and constructed multiple times with different meshes. This can potentially reuse memory allocations.

0 commit comments

Comments
 (0)