MDStressLab++
Trigonometric.h
Go to the documentation of this file.
1 /*
2  * Trigonometric.h
3  *
4  * Created on: Jan 9, 2020
5  * Author: Nikhil
6  */
7 
8 #ifndef TRIGONOMETRIC_H_
9 #define TRIGONOMETRIC_H_
10 
11 #include "typedef.h"
12 
14 public:
15  Trigonometric();
16  virtual ~Trigonometric();
17 
18  double operator()(const double& t) const;
19  double integrate(const Vector3d& vec1_pull_seg, const Vector3d& vec2_pull_seg) const;
20 };
21 
22 
23 
24 #endif /* TRIGONOMETRIC_H_ */
virtual ~Trigonometric()
double integrate(const Vector3d &vec1_pull_seg, const Vector3d &vec2_pull_seg) const
Eigen::Matrix< double, 1, DIM, Eigen::RowMajor > Vector3d
Definition: typedef.h:60
double operator()(const double &t) const