Skip to content
Snippets Groups Projects
Commit df15ef5e authored by Spiros Tsalikis's avatar Spiros Tsalikis
Browse files

Add changelog

parent d45dd82a
No related branches found
No related tags found
No related merge requests found
## CellLocators: Make sure that when a tolerance parameters is available it can be used
`vtkCellLocator`, `vtkStaticCellLocator`, `vtkCellTreeLocator`, `vtkModifiedBSPTree`, `vtkOBBTree` have the following
functions that has a tolerance parameter, but it was not used in the implementation. Now it is used.
1. `InsideCellBounds`
2. `IntersectWithLine`
3. `FindCell`
4. `FindCellsAlongLine`
5. `FindCellsAlongPlane`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment