#include <SingleSupport.h>
Public Member Functions | |
SingleSupport () | |
virtual | ~SingleSupport () |
Protected Member Functions | |
virtual void | buildMatrixCi () |
virtual void | buildMatrixCii () |
virtual void | buildVectord () |
Private Attributes | |
Eigen::Vector2d | _S |
SingleSupport::~SingleSupport | ( | ) | [virtual] |
void SingleSupport::buildMatrixCi | ( | ) | [protected, virtual] |
Reimplemented from Constraint.
void SingleSupport::buildMatrixCii | ( | ) | [protected, virtual] |
Reimplemented from Constraint.
void SingleSupport::buildVectord | ( | ) | [protected, virtual] |
Reimplemented from Constraint.
Eigen::Vector2d SingleSupport::_S [private] |