|
hpp-constraints 6.1.0
Definition of basic geometric constraints for motion planning
|
#include <hpp/constraints/symbolic-calculus.hh>


Additional Inherited Members | |
Public Types inherited from hpp::constraints::CalculusBaseAbstract< vector3_t, JacobianMatrix > | |
| typedef vector3_t | ValueType_t |
| typedef JacobianMatrix | JacobianType_t |
Protected Member Functions inherited from hpp::constraints::CalculusBase< Point, vector3_t, JacobianMatrix > | |
| void | init (const typename Traits< Point >::Ptr_t &ptr) |
Protected Attributes inherited from hpp::constraints::CalculusBase< Point, vector3_t, JacobianMatrix > | |
| vector3_t | value_ |
| JacobianMatrix | jacobian_ |
| CrossMatrix | cross_ |
| bool | vValid_ |
| bool | jValid_ |
| bool | cValid_ |
Basic expression representing a static point
Its value is constant and its jacobian is a zero matrix.
|
inline |
|
inline |
|
inline |
|
inline |
Constructor
| point | the static point |
| jacobianNbCols | number of column of the jacobian |
|
inline |
|
inline |