|
Blender V5.0
|
A 2D frame class, for further documentation see the Frames class for methods with unchanged semantics. More...
#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) |
| 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. | |
| double | operator() (int i, int j) const |
| 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. | |
| 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 | |
| Rotation2 | M |
| Orientation of the Frame. | |
Friends | |
| Frame2 | operator* (const Frame2 &lhs, const Frame2 &rhs) |
| bool | Equal (const Frame2 &a, const Frame2 &b, double eps=epsilon) |
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 955 of file frames.hpp.
References eps, and KDL::epsilon.
Definition at line 949 of file frames.hpp.
References v.
|
inline |
Definition at line 946 of file frames.hpp.
References rhs.
|
inline |
Definition at line 1010 of file frames.hpp.
References v.
|
inlinestatic |
Definition at line 1064 of file frames.hpp.
References Frame2(), and SetIdentity().
|
inline |
Definition at line 996 of file frames.hpp.
Definition at line 977 of file frames.hpp.
|
inline |
|
inline |
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 1015 of file frames.hpp.
|
inline |
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 1031 of file frames.hpp.
Definition at line 972 of file frames.hpp.
Definition at line 1003 of file frames.hpp.
|
inline |
Definition at line 982 of file frames.hpp.
Referenced by Identity().
|
inline |
Definition at line 988 of file frames.hpp.
Definition at line 1100 of file frames.hpp.
Definition at line 967 of file frames.hpp.
References v.
| Rotation2 KDL::Frame2::M |
Orientation of the Frame.
Definition at line 1037 of file frames.hpp.
| Vector2 KDL::Frame2::p |
origine of the Frame
Definition at line 1036 of file frames.hpp.