Blender
V3.3
|
#include <framevel.hpp>
Public Member Functions | |
FrameVel () | |
FrameVel (const Frame &T_) | |
FrameVel (const Frame &T_, const Twist &_t) | |
FrameVel (const RotationVel &_M, const VectorVel &_p) | |
Frame | value () const |
Twist | deriv () const |
IMETHOD FrameVel & | operator= (const Frame &arg) |
IMETHOD FrameVel & | operator= (const FrameVel &arg) |
IMETHOD FrameVel | Inverse () const |
IMETHOD VectorVel | Inverse (const VectorVel &arg) const |
IMETHOD VectorVel | operator* (const VectorVel &arg) const |
IMETHOD VectorVel | operator* (const Vector &arg) const |
IMETHOD VectorVel | Inverse (const Vector &arg) const |
IMETHOD Frame | GetFrame () const |
IMETHOD Twist | GetTwist () const |
IMETHOD TwistVel | Inverse (const TwistVel &arg) const |
IMETHOD TwistVel | Inverse (const Twist &arg) const |
IMETHOD TwistVel | operator* (const TwistVel &arg) const |
IMETHOD TwistVel | operator* (const Twist &arg) const |
Static Public Member Functions | |
static IMETHOD FrameVel | Identity () |
Public Attributes | |
RotationVel | M |
VectorVel | p |
Friends | |
IMETHOD friend FrameVel | operator* (const FrameVel &f1, const FrameVel &f2) |
IMETHOD friend FrameVel | operator* (const Frame &f1, const FrameVel &f2) |
IMETHOD friend FrameVel | operator* (const FrameVel &f1, const Frame &f2) |
IMETHOD friend bool | Equal (const FrameVel &r1, const FrameVel &r2, double eps) |
IMETHOD friend bool | Equal (const Frame &r1, const FrameVel &r2, double eps) |
IMETHOD friend bool | Equal (const FrameVel &r1, const Frame &r2, double eps) |
Definition at line 181 of file framevel.hpp.
|
inline |
Definition at line 193 of file framevel.hpp.
|
inlineexplicit |
Definition at line 195 of file framevel.hpp.
Definition at line 198 of file framevel.hpp.
|
inline |
Definition at line 201 of file framevel.hpp.
|
inline |
Definition at line 206 of file framevel.hpp.
References KDL::VectorVel::deriv(), KDL::RotationVel::deriv(), M, and p.
Frame FrameVel::GetFrame | ( | ) | const |
Definition at line 83 of file framevel.inl.
References M.
Twist FrameVel::GetTwist | ( | ) | const |
Definition at line 87 of file framevel.inl.
References M.
|
static |
Definition at line 26 of file framevel.inl.
FrameVel FrameVel::Inverse | ( | ) | const |
Definition at line 63 of file framevel.inl.
References M.
Definition at line 518 of file framevel.inl.
References M, KDL::Twist::rot, KDL::TwistVel::rot, KDL::Twist::vel, and KDL::TwistVel::vel.
Definition at line 510 of file framevel.inl.
References M, KDL::TwistVel::rot, and KDL::TwistVel::vel.
Definition at line 58 of file framevel.inl.
References M.
Definition at line 53 of file framevel.inl.
References M.
Definition at line 502 of file framevel.inl.
References M, KDL::Twist::rot, KDL::TwistVel::rot, KDL::Twist::vel, and KDL::TwistVel::vel.
Definition at line 494 of file framevel.inl.
References M, KDL::TwistVel::rot, and KDL::TwistVel::vel.
Definition at line 48 of file framevel.inl.
References M.
Definition at line 44 of file framevel.inl.
References M.
Definition at line 68 of file framevel.inl.
References KDL::Frame::M, M, and KDL::Frame::p.
Definition at line 20 of file framevel.inl.
|
inline |
Definition at line 205 of file framevel.hpp.
References M, p, KDL::VectorVel::value(), and KDL::RotationVel::value().
RotationVel KDL::FrameVel::M |
Definition at line 190 of file framevel.hpp.
Referenced by deriv(), operator=(), and value().
VectorVel KDL::FrameVel::p |
Definition at line 191 of file framevel.hpp.
Referenced by deriv(), operator=(), and value().