Changeset f7b476 for molecuilder/src/tesselation.hpp
- Timestamp:
- Mar 1, 2010, 10:10:13 PM (15 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
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/tesselation.hpp
r075d08 rf7b476 318 318 bool IsInnerPoint(const Vector &Point, const LinkedCell* const LC) const; 319 319 double GetDistanceSquaredToTriangle(const Vector &Point, const BoundaryTriangleSet* const triangle) const; 320 double GetDistanceSquaredToSurface(const Vector &Point, const LinkedCell* const LC) const; 320 double GetDistanceToSurface(const Vector &Point, const LinkedCell* const LC) const; 321 BoundaryTriangleSet * GetClosestTriangleOnSurface(const Vector &Point, const LinkedCell* const LC) const; 321 322 bool AddBoundaryPoint(TesselPoint * Walker, const int n); 322 323 DistanceToPointMap * FindClosestBoundaryPointsToVector(const Vector *x, const LinkedCell* LC) const;
Note:
See TracChangeset
for help on using the changeset viewer.