Parameters used for friction pyramid model.
More...
#include <physics/physics.hh>
Parameters used for friction pyramid model.
§ FrictionPyramid()
§ ~FrictionPyramid()
§ ElasticModulus()
double ElasticModulus |
( |
| ) |
const |
Get the elastic modulus.
- Returns
- elastic modulus
§ GetMuPrimary()
Get the friction coefficient in the primary direction.
- Returns
- Friction coefficient in primary direction.
- Deprecated:
- See const function MuPrimary
§ GetMuSecondary()
double GetMuSecondary |
( |
| ) |
|
Get the friction coefficient in the secondary direction.
- Returns
- Friction coefficient in secondary direction.
- Deprecated:
- See const function MuSecondary
§ MuPrimary()
double MuPrimary |
( |
| ) |
const |
Get the friction coefficient in the primary direction.
- Returns
- Friction coefficient in primary direction.
§ MuSecondary()
double MuSecondary |
( |
| ) |
const |
Get the friction coefficient in the secondary direction.
- Returns
- Friction coefficient in secondary direction.
§ MuTorsion()
double MuTorsion |
( |
| ) |
const |
Get the torsional friction coefficient.
- Returns
- Torsional friction coefficient.
§ PatchRadius()
double PatchRadius |
( |
| ) |
const |
Get the torsional patch radius.
- Returns
- Torsional patch radius.
§ PoissonsRatio()
double PoissonsRatio |
( |
| ) |
const |
Get the Poisson's ratio.
- Returns
- Poisson's ratio
§ SetElasticModulus()
void SetElasticModulus |
( |
const double |
_modulus | ) |
|
Set the elastic modulus.
- Parameters
-
[in] | _modulus | elastic modulus to set to |
§ SetMuPrimary()
void SetMuPrimary |
( |
double |
_mu | ) |
|
Set the friction coefficient in the primary direction.
- Parameters
-
[in] | _mu | Friction coefficient. |
§ SetMuSecondary()
void SetMuSecondary |
( |
double |
_mu | ) |
|
Set the friction coefficient in the secondary direction.
- Parameters
-
[in] | _mu | Friction coefficient. |
§ SetMuTorsion()
void SetMuTorsion |
( |
const double |
_mu | ) |
|
Set the torsional friction coefficient.
- Parameters
-
[in] | _mu | Torsional friction coefficient. |
§ SetPatchRadius()
void SetPatchRadius |
( |
const double |
_radius | ) |
|
Set the torsional patch radius.
- Parameters
-
[in] | _radius | Torsional patch radius. |
§ SetPoissonsRatio()
void SetPoissonsRatio |
( |
const double |
_ratio | ) |
|
Set the Poisson's ratio.
- Parameters
-
[in] | _ratio | Poisson's ratio |
§ SetSurfaceRadius()
void SetSurfaceRadius |
( |
const double |
_radius | ) |
|
Set the torsional surface radius.
- Parameters
-
[in] | _radius | Torsional surface radius. |
§ SetUsePatchRadius()
void SetUsePatchRadius |
( |
const bool |
_use | ) |
|
Set whether to use the surface radius.
- Parameters
-
[in] | _use | True to use the surface radius. |
§ SurfaceRadius()
double SurfaceRadius |
( |
| ) |
const |
Get the torsional surface radius.
- Returns
- Torsional surface radius.
§ UsePatchRadius()
bool UsePatchRadius |
( |
| ) |
const |
Get the torsional "use patch radius" flag.
- Returns
- Torsional "use patch radius" flag.
§ direction1
Vector for specifying the primary friction direction, relative to the parent collision frame.
The component of this vector that is orthogonal to the surface normal will be set as the primary friction direction. If undefined, a vector consstrained to be perpendicular to the contact normal in the global y-z plane is used.
- See also
- http://www.ode.org/ode-latest-userguide.html#sec_7_3_7
The documentation for this class was generated from the following file: