Changeset f07455 for molecuilder/src/tesselation.hpp
- Timestamp:
- Apr 22, 2010, 3:47:22 PM (16 years ago)
- Children:
- af20f3
- Parents:
- 424d3fe
- File:
-
- 1 edited
-
molecuilder/src/tesselation.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/tesselation.hpp
r424d3fe rf07455 296 296 297 297 // concave envelope 298 voidFindStartingTriangle(const double RADIUS, const LinkedCell *LC);298 bool FindStartingTriangle(const double RADIUS, const LinkedCell *LC); 299 299 void FindSecondPointForTesselation(class TesselPoint* a, Vector Oben, class TesselPoint*& OptCandidate, double Storage[3], double RADIUS, const LinkedCell *LC); 300 300 void FindThirdPointForTesselation(const Vector &NormalVector, const Vector &SearchDirection, const Vector &OldSphereCenter, CandidateForTesselation &CandidateLine, const class BoundaryPointSet * const ThirdNode, const double RADIUS, const LinkedCell *LC) const;
Note:
See TracChangeset
for help on using the changeset viewer.
