Changeset 591f15 for molecuilder
- Timestamp:
- Jan 14, 2010, 6:06:40 PM (16 years ago)
- Children:
- 551a58
- Parents:
- a922f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/tesselation.cpp
ra922f3 r591f15 3359 3359 bool Tesselation::IsInnerPoint(const Vector &Point, const LinkedCell* const LC) const 3360 3360 { 3361 return (GetDistanceSquaredToSurface(Point, LC) >MYEPSILON);3361 return (GetDistanceSquaredToSurface(Point, LC) < MYEPSILON); 3362 3362 } 3363 3363
Note:
See TracChangeset
for help on using the changeset viewer.