[root]/StandAlone/tools/pfs
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 15 (100.0%) | 11 (100.0%) | 0.7 |
jas | 14 (93.3%) | 10 (90.9%) | 0.7 |
luitjens | 1 (6.7%) | 1 (9.1%) | 1.0 |
Update copyright date.
3 lines of code changed in 6 files:
Renamed containsPoint->containsPointIncludingExtraCells
Renamed containsPointInRealCells->containsPoint
Updated getPatchFromPoint to use the BVH. This changes the complexity from O(P)->O(log P)
Added getPatchFromIndex which is the same as getPatchFromPoint but takes a cell or node index O(log P)
updated containsPoint/containsCell functions to use getPatchFrom*. Making their complexity O(log P).
1 lines of code changed in 1 file:
Update copyright dates.
1 lines of code changed in 2 files:
Undoing commit 45403
3 lines of code changed in 3 files:
Update copyright date.
3 lines of code changed in 3 files: