Changes in src/tesselationhelpers.hpp [357fba:f1cccd]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tesselationhelpers.hpp
r357fba rf1cccd 28 28 #include "vector.hpp" 29 29 30 double det_get(gsl_matrix *A, int inPlace);31 void get_sphere(Vector *center, Vector &a, Vector &b, Vector &c, double RADIUS);32 void Get _center_of_sphere(Vector* Center, Vector a, Vector b, Vector c, Vector *NewUmkreismittelpunkt, Vector* Direction, Vector* AlternativeDirection, double HalfplaneIndicator, double AlternativeIndicator, double alpha, double beta, double gamma, double RADIUS, double Umkreisradius);30 double DetGet(gsl_matrix *A, int inPlace); 31 void GetSphere(Vector *center, Vector &a, Vector &b, Vector &c, double RADIUS); 32 void GetCenterOfSphere(Vector* Center, Vector a, Vector b, Vector c, Vector *NewUmkreismittelpunkt, Vector* Direction, Vector* AlternativeDirection, double HalfplaneIndicator, double AlternativeIndicator, double alpha, double beta, double gamma, double RADIUS, double Umkreisradius); 33 33 void GetCenterofCircumcircle(Vector *Center, Vector *a, Vector *b, Vector *c); 34 34 double GetPathLengthonCircumCircle(Vector &CircleCenter, Vector &CirclePlaneNormal, double CircleRadius, Vector &NewSphereCenter, Vector &OldSphereCenter, Vector &NormalVector, Vector &SearchDirection); … … 36 36 bool existsIntersection(Vector point1, Vector point2, Vector point3, Vector point4); 37 37 38 //bool Choose_preferable_third_point(atom *Candidate, atom *OptCandidate, class BoundaryLineSet *BaseLine, atom *ThirdNode, Tesselation *Tess);39 40 41 38 #endif /* TESSELATIONHELPERS_HPP_ */
Note:
See TracChangeset
for help on using the changeset viewer.