Changes in src/vector.hpp [110ceb:342f33f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/vector.hpp
r110ceb r342f33f 10 10 11 11 vector(); 12 vector(double x1, double x2, double x3);13 12 ~vector(); 14 13 … … 24 23 void CopyVector(const vector *y); 25 24 void RotateVector(const vector *y, const double alpha); 26 void ProjectOntoPlane(const vector *y);27 25 void Zero(); 28 void One(double one);29 void Init(double x1, double x2, double x3);30 26 void Normalize(); 31 27 void Translate(const vector *x); … … 39 35 void LinearCombinationOfVectors(const vector *x1, const vector *x2, const vector *x3, double *factors); 40 36 41 double CutsPlaneAt(vector *A, vector *B, vector *C);42 37 bool GetOneNormalVector(const vector *x1); 43 38 bool MakeNormalVector(const vector *y1);
Note:
See TracChangeset
for help on using the changeset viewer.