Blender V2.61 - r43446

KDL::FrameAcc Class Reference

#include <frameacc.hpp>

List of all members.

Public Member Functions

 FrameAcc ()
 FrameAcc (const Frame &T_)
 FrameAcc (const Frame &T_, const Twist &_t, const Twist &_dt)
 FrameAcc (const RotationAcc &_M, const VectorAcc &_p)
IMETHOD FrameAccoperator= (const FrameAcc &arg)
IMETHOD FrameAccoperator= (const Frame &arg)
IMETHOD FrameAcc Inverse () const
IMETHOD VectorAcc Inverse (const VectorAcc &arg) const
IMETHOD VectorAcc operator* (const VectorAcc &arg) const
IMETHOD VectorAcc operator* (const Vector &arg) const
IMETHOD VectorAcc Inverse (const Vector &arg) const
IMETHOD Frame GetFrame () const
IMETHOD Twist GetTwist () const
IMETHOD Twist GetAccTwist () const
IMETHOD TwistAcc Inverse (const TwistAcc &arg) const
IMETHOD TwistAcc Inverse (const Twist &arg) const
IMETHOD TwistAcc operator* (const TwistAcc &arg) const
IMETHOD TwistAcc operator* (const Twist &arg) const

Static Public Member Functions

static IMETHOD FrameAcc Identity ()

Public Attributes

RotationAcc M
 Rotation,angular velocity, and angular acceleration of frame.
VectorAcc p
 Translation, velocity and acceleration of origin.

Friends

IMETHOD friend FrameAcc operator* (const FrameAcc &f1, const FrameAcc &f2)
IMETHOD friend FrameAcc operator* (const Frame &f1, const FrameAcc &f2)
IMETHOD friend FrameAcc operator* (const FrameAcc &f1, const Frame &f2)
IMETHOD friend bool Equal (const FrameAcc &r1, const FrameAcc &r2, double eps=epsilon)
IMETHOD friend bool Equal (const Frame &r1, const FrameAcc &r2, double eps=epsilon)
IMETHOD friend bool Equal (const FrameAcc &r1, const Frame &r2, double eps=epsilon)

Detailed Description

Definition at line 147 of file frameacc.hpp.


Constructor & Destructor Documentation

KDL::FrameAcc::FrameAcc ( ) [inline]

Definition at line 153 of file frameacc.hpp.

KDL::FrameAcc::FrameAcc ( const Frame T_) [inline, explicit]

Definition at line 154 of file frameacc.hpp.

KDL::FrameAcc::FrameAcc ( const Frame T_,
const Twist _t,
const Twist _dt 
) [inline]

Definition at line 155 of file frameacc.hpp.

References rot.

KDL::FrameAcc::FrameAcc ( const RotationAcc _M,
const VectorAcc _p 
) [inline]

Definition at line 157 of file frameacc.hpp.


Member Function Documentation

Twist FrameAcc::GetAccTwist ( ) const

Definition at line 414 of file frameacc.hpp.

Frame KDL::FrameAcc::GetFrame ( ) const

Definition at line 404 of file frameacc.hpp.

Twist KDL::FrameAcc::GetTwist ( ) const

Definition at line 409 of file frameacc.hpp.

FrameAcc KDL::FrameAcc::Identity ( ) [static]

Definition at line 344 of file frameacc.hpp.

FrameAcc KDL::FrameAcc::Inverse ( ) const

Definition at line 381 of file frameacc.hpp.

VectorAcc KDL::FrameAcc::Inverse ( const Vector arg) const

Definition at line 376 of file frameacc.hpp.

VectorAcc KDL::FrameAcc::Inverse ( const VectorAcc arg) const

Definition at line 371 of file frameacc.hpp.

TwistAcc KDL::FrameAcc::Inverse ( const TwistAcc arg) const

Definition at line 562 of file frameacc.hpp.

TwistAcc KDL::FrameAcc::Inverse ( const Twist arg) const

Definition at line 570 of file frameacc.hpp.

TwistAcc KDL::FrameAcc::operator* ( const TwistAcc arg) const

Definition at line 546 of file frameacc.hpp.

VectorAcc KDL::FrameAcc::operator* ( const VectorAcc arg) const

Definition at line 362 of file frameacc.hpp.

TwistAcc KDL::FrameAcc::operator* ( const Twist arg) const

Definition at line 554 of file frameacc.hpp.

VectorAcc KDL::FrameAcc::operator* ( const Vector arg) const

Definition at line 366 of file frameacc.hpp.

FrameAcc & FrameAcc::operator= ( const Frame arg)

Definition at line 386 of file frameacc.hpp.

FrameAcc & FrameAcc::operator= ( const FrameAcc arg)

Definition at line 338 of file frameacc.hpp.


Friends And Related Function Documentation

IMETHOD friend bool Equal ( const FrameAcc r1,
const FrameAcc r2,
double  eps = epsilon 
) [friend]

Definition at line 393 of file frameacc.hpp.

IMETHOD friend bool Equal ( const Frame r1,
const FrameAcc r2,
double  eps = epsilon 
) [friend]

Definition at line 396 of file frameacc.hpp.

IMETHOD friend bool Equal ( const FrameAcc r1,
const Frame r2,
double  eps = epsilon 
) [friend]

Definition at line 399 of file frameacc.hpp.

IMETHOD friend FrameAcc operator* ( const Frame f1,
const FrameAcc f2 
) [friend]

Definition at line 357 of file frameacc.hpp.

IMETHOD friend FrameAcc operator* ( const FrameAcc f1,
const FrameAcc f2 
) [friend]

Definition at line 349 of file frameacc.hpp.

IMETHOD friend FrameAcc operator* ( const FrameAcc f1,
const Frame f2 
) [friend]

Definition at line 353 of file frameacc.hpp.


Member Data Documentation

Rotation,angular velocity, and angular acceleration of frame.

Definition at line 150 of file frameacc.hpp.

Translation, velocity and acceleration of origin.

Definition at line 151 of file frameacc.hpp.


The documentation for this class was generated from the following files: