Changeset afa056 for molecuilder/src/tesselation.cpp
- Timestamp:
- Jan 11, 2010, 9:35:52 AM (16 years ago)
- Children:
- 49d3e1e
- Parents:
- 91b1e79
- File:
-
- 1 edited
-
molecuilder/src/tesselation.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/tesselation.cpp
r91b1e79 rafa056 3247 3247 * @param point of which to check the position 3248 3248 * @param *LC LinkedCell structure 3249 * @param epsilon Distance of \a &Point to Center of triangle (of point outwards) is tested less against this value (standard: -MYEPSILON)3250 3249 * 3251 3250 * @return true if the point is inside the tesselation structure, false otherwise 3252 3251 */ 3253 bool Tesselation::IsInnerPoint(const Vector &Point, const LinkedCell* const LC , const double epsilon) const3252 bool Tesselation::IsInnerPoint(const Vector &Point, const LinkedCell* const LC) const 3254 3253 { 3255 3254 Info FunctionInfo(__func__);
Note:
See TracChangeset
for help on using the changeset viewer.
