Class for representing a single link in a schedule tree. More...
#include <psim.h>
Public Member Functions | |
pLink (Joint *_joint) | |
~pLink () | |
Private Member Functions | |
void | calc_acc (const fVec3 &g0) |
void | calc_inertia () |
void | dump (ostream &ost) |
Private Attributes | |
fVec | acc |
fVec | c |
Joint * | joint |
fMat | M |
fMat | Minv |
pSubChain * | subchain |
Friends | |
class | pJoint |
class | pSim |
class | pSubChain |
Definition at line 851 of file update.cpp.