Skip to content

Commit 2fc389a

Browse files
committed
add comment
1 parent 44e96b7 commit 2fc389a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spatial/DMeshAABBTree.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ public DMeshAABBTree3(DMesh3 m, bool autoBuild = false)
4444
public DMesh3 Mesh { get { return mesh; } }
4545

4646

47-
// if non-null, return false to ignore certain triangles
47+
/// <summary>
48+
/// If non-null, only triangle IDs that pass this filter (ie filter is true) are considered
49+
/// </summary>
4850
public Func<int, bool> TriangleFilterF = null;
4951

5052

0 commit comments

Comments
 (0)