#include <pinocchio/algorithm/constraints/coulomb-friction-cone.hpp>
| Public Types | |
| typedef CoulombFrictionConeTpl< Scalar > | DualCone | 
| typedef _Scalar | Scalar | 
| Public Member Functions | |
| DualCoulombFrictionConeTpl (const DualCoulombFrictionConeTpl &other)=default | |
| Copy constructor. | |
| DualCoulombFrictionConeTpl (const Scalar mu) | |
| Default constructor. | |
| DualCone | dual () const | 
| Returns the dual cone associated to this. ///. | |
| template<typename Vector3Like > | |
| bool | isInside (const Eigen::MatrixBase< Vector3Like > &v, const Scalar prec=Scalar(0)) const | 
| Check whether a vector v lies within the cone. | |
| bool | operator!= (const DualCoulombFrictionConeTpl &other) const | 
| Difference operator. | |
| DualCoulombFrictionConeTpl & | operator= (const DualCoulombFrictionConeTpl &other)=default | 
| Copy operator. | |
| bool | operator== (const DualCoulombFrictionConeTpl &other) const | 
| Comparison operator. | |
| template<typename Vector3Like > | |
| Vector3Like | project (const Eigen::MatrixBase< Vector3Like > &x) const | 
| Project a vector x onto the cone. | |
| Static Public Member Functions | |
| static int | dim () | 
| Returns the dimension of the cone. | |
| Public Attributes | |
| Scalar | mu | 
Definition at line 205 of file coulomb-friction-cone.hpp.
Definition at line 204 of file coulomb-friction-cone.hpp.
| 
 | inlineexplicit | 
Default constructor.
| [in] | mu | Friction coefficient | 
Definition at line 210 of file coulomb-friction-cone.hpp.
Returns the dimension of the cone.
Definition at line 278 of file coulomb-friction-cone.hpp.
Returns the dual cone associated to this. ///.
Definition at line 284 of file coulomb-friction-cone.hpp.
| 
 | inline | 
Check whether a vector v lies within the cone.
| [in] | v | vector to check (assimilated to a linear velocity). | 
Definition at line 239 of file coulomb-friction-cone.hpp.
| 
 | inline | 
Difference operator.
Definition at line 229 of file coulomb-friction-cone.hpp.
| 
 | inline | 
Comparison operator.
Definition at line 223 of file coulomb-friction-cone.hpp.
| 
 | inline | 
Project a vector x onto the cone.
Definition at line 249 of file coulomb-friction-cone.hpp.
Definition at line 290 of file coulomb-friction-cone.hpp.