#include <joint.h>
Inheritance diagram for ctPrismaticJoint:
Public Methods | |
virtual void | calc_vw (ctVector3 &v, ctVector3 &) |
Add v and w (angular v) of the outboard link, contributed from joints state. | |
virtual void | calc_coriolus (const ctVector3 &r, const ctVector3 &w_f, ctSpatialVector &c) |
calc corioulous force generated by this joint. More... | |
virtual ctSpatialVector | get_spatial_joint_axis () |
|
calc corioulous force generated by this joint. Result goes in c r is vector from center of inboard handle to center of outboard handle. w_f is the angular velocity of inboard handle. Reimplemented from ctJoint. |