Changeset f7b476 for molecuilder/src/boundary.cpp
- Timestamp:
- Mar 1, 2010, 10:10:13 PM (16 years ago)
- Children:
- e49719
- Parents:
- 075d08
- git-author:
- Frederik Heber <heber@…> (03/01/10 20:48:40)
- git-committer:
- Frederik Heber <heber@…> (03/01/10 22:10:13)
- File:
-
- 1 edited
-
molecuilder/src/boundary.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/boundary.cpp
r075d08 rf7b476 904 904 FillIt = false; 905 905 } else { 906 const double distance = (TesselStruct[(*ListRunner)]->GetDistance SquaredToSurface(Inserter, LCList[(*ListRunner)]));907 FillIt = FillIt && (distance > boundary *boundary) && ((MaxDistance < 0) || (MaxDistance*MaxDistance > distance));906 const double distance = (TesselStruct[(*ListRunner)]->GetDistanceToSurface(Inserter, LCList[(*ListRunner)])); 907 FillIt = FillIt && (distance > boundary) && ((MaxDistance < 0) || (MaxDistance > distance)); 908 908 } 909 909 }
Note:
See TracChangeset
for help on using the changeset viewer.
