Blender
V3.3
|
#include <frames.hpp>
Public Member Functions | |
Frame2 (const Rotation2 &R, const Vector2 &V) | |
Frame2 (const Vector2 &V) | |
Frame2 (const Rotation2 &R) | |
Frame2 (void) | |
Frame2 (const Frame2 &arg) | |
void | Make4x4 (double *d) |
double | operator() (int i, int j) |
double | operator() (int i, int j) const |
void | SetInverse () |
Frame2 | Inverse () const |
Vector2 | Inverse (const Vector2 &arg) const |
Frame2 & | operator= (const Frame2 &arg) |
Vector2 | operator* (const Vector2 &arg) |
void | SetIdentity () |
void | Integrate (const Twist &t_this, double frequency) |
Static Public Member Functions | |
static Frame2 | Identity () |
Public Attributes | |
Vector2 | p |
origine of the Frame More... | |
Rotation2 | M |
Orientation of the Frame. More... | |
Friends | |
Frame2 | operator* (const Frame2 &lhs, const Frame2 &rhs) |
bool | Equal (const Frame2 &a, const Frame2 &b, double eps) |
A 2D frame class, for further documentation see the Frames class for methods with unchanged semantics.
Definition at line 1033 of file frames.hpp.
Definition at line 954 of file frames.inl.
References KDL::Rotation2::Identity(), M, p, and V.
Definition at line 948 of file frames.inl.
References M, p, R, and KDL::Vector2::Zero().
|
inline |
Definition at line 1009 of file frames.inl.
|
inlinestatic |
Definition at line 1064 of file frames.hpp.
References SetIdentity().
Definition at line 995 of file frames.inl.
References SetInverse().
Definition at line 976 of file frames.inl.
References KDL::Rotation2::Inverse(), M, and p.
Treats a frame as a 3x3 matrix and returns element i,j Access to elements 0..2,0..2, bounds are checked when NDEBUG is not set
Definition at line 1014 of file frames.inl.
References FRAMES_CHECKI, M, and p.
Treats a frame as a 4x4 matrix and returns element i,j Access to elements 0..3,0..3, bounds are checked when NDEBUG is not set
Definition at line 1030 of file frames.inl.
References FRAMES_CHECKI, M, and p.
Definition at line 971 of file frames.inl.
Definition at line 1002 of file frames.inl.
Definition at line 981 of file frames.inl.
References M, p, KDL::Rotation2::SetIdentity(), and KDL::Vector2::Zero().
Referenced by Identity().
Definition at line 987 of file frames.inl.
References M, p, KDL::Vector2::ReverseSign(), and KDL::Rotation2::SetInverse().
Referenced by Inverse().
Rotation2 KDL::Frame2::M |
Orientation of the Frame.
Definition at line 1037 of file frames.hpp.
Referenced by Frame2(), Inverse(), operator()(), operator*(), operator=(), SetIdentity(), and SetInverse().
Vector2 KDL::Frame2::p |
origine of the Frame
Definition at line 1036 of file frames.hpp.
Referenced by Frame2(), Inverse(), operator()(), operator*(), operator=(), SetIdentity(), and SetInverse().