Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/vector.hpp

    r110ceb r342f33f  
    1010
    1111  vector();
    12   vector(double x1, double x2, double x3);
    1312  ~vector();
    1413
     
    2423  void CopyVector(const vector *y);
    2524  void RotateVector(const vector *y, const double alpha);
    26   void ProjectOntoPlane(const vector *y);
    2725  void Zero();
    28   void One(double one);
    29   void Init(double x1, double x2, double x3);
    3026  void Normalize();
    3127  void Translate(const vector *x);
     
    3935  void LinearCombinationOfVectors(const vector *x1, const vector *x2, const vector *x3, double *factors);
    4036 
    41   double CutsPlaneAt(vector *A, vector *B, vector *C);
    4237  bool GetOneNormalVector(const vector *x1);
    4338  bool MakeNormalVector(const vector *y1);
Note: See TracChangeset for help on using the changeset viewer.