root function for planar pairing Hyperbola and Circle
More...
#include <functions_contact.h>
|
| FuncPairHyperbolaCircle (double R_, double a_, double b_) |
| constructor More...
|
|
| FuncPairHyperbolaCircle (double R_, double a_, double b_, bool hy_IN_ci_) |
| constructor More...
|
|
double | operator() (const double &phi) |
|
fmatvec::Vec3 | computeWrD (const double &phi) |
|
| FuncPairConeSectionCircle (double R_, double a_, double b_) |
| constructor More...
|
|
| FuncPairConeSectionCircle (double R_, double a_, double b_, bool sec_IN_ci_) |
| constructor More...
|
|
double | operator[] (const double &phi) |
|
void | setDiffVec (fmatvec::Vec3 d_) |
|
void | setSectionCOS (fmatvec::Vec3 b1_, fmatvec::Vec3 b2_) |
|
|
double | R |
| radius of circle as well as length in b1- and b2-direction
|
|
double | a |
|
double | b |
|
bool | sec_IN_ci |
| cone-section in circle
|
|
fmatvec::Vec3 | b1 |
| normed base-vectors of cone-section
|
|
fmatvec::Vec3 | b2 |
|
fmatvec::Vec3 | d |
| distance-vector of cone-section- and circle-midpoint
|
|
root function for planar pairing Hyperbola and Circle
- Author
- Bastian Esefeld
- Date
- 2009-07-10 some comments (Thorsten Schindler)
MBSim::FuncPairHyperbolaCircle::FuncPairHyperbolaCircle |
( |
double |
R_, |
|
|
double |
a_, |
|
|
double |
b_ |
|
) |
| |
|
inline |
constructor
- Parameters
-
radius | of circle |
length | of first semi-axis |
length | of second semi-axis conesection in circle |
MBSim::FuncPairHyperbolaCircle::FuncPairHyperbolaCircle |
( |
double |
R_, |
|
|
double |
a_, |
|
|
double |
b_, |
|
|
bool |
hy_IN_ci_ |
|
) |
| |
|
inline |
constructor
- Parameters
-
radius | of circle |
length | of first semi-axis |
length | of second semi-axis |
conesection | in circle |
The documentation for this class was generated from the following file: