#include <frameacc.hpp>
Definition at line 44 of file frameacc.hpp.
KDL::VectorAcc::VectorAcc | ( | ) | [inline] |
Definition at line 51 of file frameacc.hpp.
Referenced by Zero().
KDL::VectorAcc::VectorAcc | ( | const Vector & | _p | ) | [inline, explicit] |
Definition at line 52 of file frameacc.hpp.
Definition at line 53 of file frameacc.hpp.
Definition at line 54 of file frameacc.hpp.
doubleAcc KDL::VectorAcc::Norm | ( | ) | [inline] |
Definition at line 130 of file frameacc.inl.
References KDL::Rall2d< T, V, S >::d, KDL::Rall2d< T, V, S >::dd, dot, dv, KDL::Vector::Norm(), p, KDL::Rall2d< T, V, S >::t, and v.
Definition at line 107 of file frameacc.inl.
Definition at line 113 of file frameacc.inl.
Definition at line 93 of file frameacc.inl.
void KDL::VectorAcc::ReverseSign | ( | ) | [inline] |
Definition at line 124 of file frameacc.inl.
References dv, p, KDL::Vector::ReverseSign(), and v.
Referenced by KDL::TwistAcc::ReverseSign().
VectorAcc KDL::VectorAcc::Zero | ( | ) | [inline, static] |
Definition at line 120 of file frameacc.inl.
References VectorAcc(), and KDL::Vector::Zero().
Referenced by KDL::FrameAcc::Identity(), operator=(), and KDL::TwistAcc::Zero().
acceleration vector
Definition at line 49 of file frameacc.hpp.
Referenced by KDL::dot(), KDL::Equal(), KDL::FrameAcc::GetAccTwist(), KDL::RotationAcc::Inverse(), Norm(), KDL::RotationAcc::operator*(), KDL::operator*(), KDL::operator+(), operator+=(), KDL::operator-(), operator-=(), KDL::operator<<(), operator=(), and ReverseSign().
position vector
Definition at line 47 of file frameacc.hpp.
Referenced by KDL::dot(), KDL::Equal(), KDL::FrameAcc::GetFrame(), KDL::TwistAcc::GetTwist(), KDL::RotationAcc::Inverse(), Norm(), KDL::RotationAcc::operator*(), KDL::operator*(), KDL::operator+(), operator+=(), KDL::operator-(), operator-=(), KDL::operator<<(), operator=(), and ReverseSign().
velocity vector
Definition at line 48 of file frameacc.hpp.
Referenced by KDL::dot(), KDL::Equal(), KDL::FrameAcc::GetTwist(), KDL::TwistAcc::GetTwistDot(), KDL::RotationAcc::Inverse(), Norm(), KDL::RotationAcc::operator*(), KDL::operator*(), KDL::operator+(), operator+=(), KDL::operator-(), operator-=(), KDL::operator<<(), operator=(), and ReverseSign().