Changes in src/tesselation.hpp [8f215d:b32dbb]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tesselation.hpp
r8f215d rb32dbb 138 138 bool ContainsBoundaryPoint(const BoundaryPointSet * const point) const; 139 139 bool CheckConvexityCriterion() const; 140 double CalculateConvexity() const; 140 141 class BoundaryPointSet *GetOtherEndpoint(const BoundaryPointSet * const point) const; 142 class BoundaryTriangleSet *GetOtherTriangle(const BoundaryTriangleSet * const triangle) const; 141 143 142 144 class BoundaryPointSet *endpoints[2]; … … 164 166 bool ContainsBoundaryPoint(const TesselPoint * const point) const; 165 167 class BoundaryPointSet *GetThirdEndpoint(const BoundaryLineSet * const line) const; 168 class BoundaryLineSet *GetThirdLine(const BoundaryPointSet * const point) const; 166 169 bool IsPresentTupel(const BoundaryPointSet * const Points[3]) const; 167 170 bool IsPresentTupel(const BoundaryTriangleSet * const T) const; 168 171 169 172 Plane getPlane() const; 170 Vector getEndpoint(int) const;171 std::string getEndpointName(int) const;172 173 173 174 class BoundaryPointSet *endpoints[3]; … … 176 177 Vector SphereCenter; 177 178 int Nr; 178 179 private:180 181 179 }; 182 180
Note:
See TracChangeset
for help on using the changeset viewer.