Skip to content

Commit

Permalink
valid check
Browse files Browse the repository at this point in the history
  • Loading branch information
rms80 committed May 11, 2018
1 parent c963d7b commit 9f03660
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spatial/DMeshAABBTree.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ public void Build(BuildStrategy eStrategy = BuildStrategy.TopDownMidpoint,
}


public bool IsValid { get { return mesh_timestamp == mesh.ShapeTimestamp; } }


/// <summary>
/// Does this ISpatial implementation support nearest-point query? (yes)
Expand Down

0 comments on commit 9f03660

Please sign in to comment.