Changeset afa056 for molecuilder/src/tesselation.hpp
- Timestamp:
- Jan 11, 2010, 9:35:52 AM (16 years ago)
- Children:
- 49d3e1e
- Parents:
- 91b1e79
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/tesselation.hpp
r91b1e79 rafa056 312 312 list<BoundaryTriangleSet*> * FindClosestTrianglesToPoint(const Vector *x, const LinkedCell* LC) const; 313 313 class BoundaryTriangleSet * FindClosestTriangleToPoint(const Vector *x, const LinkedCell* LC) const; 314 bool IsInnerPoint(const Vector &Point, const LinkedCell* const LC , const double epsilon = -MYEPSILON) const;314 bool IsInnerPoint(const Vector &Point, const LinkedCell* const LC) const; 315 315 bool AddBoundaryPoint(TesselPoint * Walker, const int n); 316 316 DistanceToPointMap * FindClosestBoundaryPointsToVector(const Vector *x, const LinkedCell* LC) const;
Note:
See TracChangeset
for help on using the changeset viewer.