Changes in src/tesselation.hpp [244a84:8db598]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tesselation.hpp
r244a84 r8db598 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.