Functions
frameacc.inl File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

doubleAcc dot (const VectorAcc &lhs, const VectorAcc &rhs)
 
doubleAcc dot (const VectorAcc &lhs, const Vector &rhs)
 
doubleAcc dot (const Vector &lhs, const VectorAcc &rhs)
 
bool Equal (const VectorAcc &r1, const VectorAcc &r2, double eps)
 
bool Equal (const Vector &r1, const VectorAcc &r2, double eps)
 
bool Equal (const VectorAcc &r1, const Vector &r2, double eps)
 
bool Equal (const RotationAcc &r1, const RotationAcc &r2, double eps)
 
bool Equal (const Rotation &r1, const RotationAcc &r2, double eps)
 
bool Equal (const RotationAcc &r1, const Rotation &r2, double eps)
 
bool Equal (const FrameAcc &r1, const FrameAcc &r2, double eps)
 
bool Equal (const Frame &r1, const FrameAcc &r2, double eps)
 
bool Equal (const FrameAcc &r1, const Frame &r2, double eps)
 
bool Equal (const TwistAcc &a, const TwistAcc &b, double eps)
 
bool Equal (const Twist &a, const TwistAcc &b, double eps)
 
bool Equal (const TwistAcc &a, const Twist &b, double eps)
 
VectorAcc operator* (const VectorAcc &r1, const VectorAcc &r2)
 
VectorAcc operator* (const VectorAcc &r1, const Vector &r2)
 
VectorAcc operator* (const Vector &r1, const VectorAcc &r2)
 
VectorAcc operator* (double r1, const VectorAcc &r2)
 
VectorAcc operator* (const VectorAcc &r1, double r2)
 
VectorAcc operator* (const doubleAcc &r1, const VectorAcc &r2)
 
VectorAcc operator* (const VectorAcc &r2, const doubleAcc &r1)
 
RotationAcc operator* (const RotationAcc &r1, const RotationAcc &r2)
 
RotationAcc operator* (const Rotation &r1, const RotationAcc &r2)
 
RotationAcc operator* (const RotationAcc &r1, const Rotation &r2)
 
VectorAcc operator* (const Rotation &R, const VectorAcc &x)
 
FrameAcc operator* (const FrameAcc &lhs, const FrameAcc &rhs)
 
FrameAcc operator* (const FrameAcc &lhs, const Frame &rhs)
 
FrameAcc operator* (const Frame &lhs, const FrameAcc &rhs)
 
TwistAcc operator* (const TwistAcc &lhs, double rhs)
 
TwistAcc operator* (double lhs, const TwistAcc &rhs)
 
TwistAcc operator* (const TwistAcc &lhs, const doubleAcc &rhs)
 
TwistAcc operator* (const doubleAcc &lhs, const TwistAcc &rhs)
 
VectorAcc operator+ (const VectorAcc &r1, const VectorAcc &r2)
 
VectorAcc operator+ (const Vector &r1, const VectorAcc &r2)
 
VectorAcc operator+ (const VectorAcc &r1, const Vector &r2)
 
TwistAcc operator+ (const TwistAcc &lhs, const TwistAcc &rhs)
 
VectorAcc operator- (const VectorAcc &r1, const VectorAcc &r2)
 
VectorAcc operator- (const Vector &r1, const VectorAcc &r2)
 
VectorAcc operator- (const VectorAcc &r1, const Vector &r2)
 
VectorAcc operator- (const VectorAcc &r)
 
TwistAcc operator- (const TwistAcc &lhs, const TwistAcc &rhs)
 
TwistAcc operator- (const TwistAcc &arg)
 
VectorAcc operator/ (const VectorAcc &r1, double r2)
 
VectorAcc operator/ (const VectorAcc &r2, const doubleAcc &r1)
 
TwistAcc operator/ (const TwistAcc &lhs, double rhs)
 
TwistAcc operator/ (const TwistAcc &lhs, const doubleAcc &rhs)
 

Function Documentation

◆ dot() [1/3]

doubleAcc dot ( const VectorAcc &  lhs,
const VectorAcc &  rhs 
)

Definition at line 137 of file frameacc.inl.

◆ dot() [2/3]

doubleAcc dot ( const VectorAcc &  lhs,
const Vector &  rhs 
)

Definition at line 144 of file frameacc.inl.

◆ dot() [3/3]

doubleAcc dot ( const Vector &  lhs,
const VectorAcc &  rhs 
)

Definition at line 151 of file frameacc.inl.

◆ Equal() [1/12]

bool Equal ( const VectorAcc &  r1,
const VectorAcc &  r2,
double  eps 
)

Definition at line 159 of file frameacc.inl.

◆ Equal() [2/12]

bool Equal ( const Vector &  r1,
const VectorAcc &  r2,
double  eps 
)

Definition at line 166 of file frameacc.inl.

◆ Equal() [3/12]

bool Equal ( const VectorAcc &  r1,
const Vector &  r2,
double  eps 
)

Definition at line 173 of file frameacc.inl.

◆ Equal() [4/12]

bool Equal ( const RotationAcc &  r1,
const RotationAcc &  r2,
double  eps 
)

Definition at line 323 of file frameacc.inl.

◆ Equal() [5/12]

bool Equal ( const Rotation &  r1,
const RotationAcc &  r2,
double  eps 
)

Definition at line 326 of file frameacc.inl.

◆ Equal() [6/12]

bool Equal ( const RotationAcc &  r1,
const Rotation &  r2,
double  eps 
)

Definition at line 330 of file frameacc.inl.

◆ Equal() [7/12]

bool Equal ( const FrameAcc &  r1,
const FrameAcc &  r2,
double  eps 
)

Definition at line 393 of file frameacc.inl.

◆ Equal() [8/12]

bool Equal ( const Frame &  r1,
const FrameAcc &  r2,
double  eps 
)

Definition at line 396 of file frameacc.inl.

◆ Equal() [9/12]

bool Equal ( const FrameAcc &  r1,
const Frame &  r2,
double  eps 
)

Definition at line 399 of file frameacc.inl.

◆ Equal() [10/12]

bool Equal ( const TwistAcc &  a,
const TwistAcc &  b,
double  eps 
)

Definition at line 586 of file frameacc.inl.

◆ Equal() [11/12]

bool Equal ( const Twist &  a,
const TwistAcc &  b,
double  eps 
)

Definition at line 590 of file frameacc.inl.

◆ Equal() [12/12]

bool Equal ( const TwistAcc &  a,
const Twist &  b,
double  eps 
)

Definition at line 594 of file frameacc.inl.

◆ operator*() [1/18]

VectorAcc operator* ( const VectorAcc &  r1,
const VectorAcc &  r2 
)

Definition at line 52 of file frameacc.inl.

◆ operator*() [2/18]

VectorAcc operator* ( const VectorAcc &  r1,
const Vector &  r2 
)

Definition at line 59 of file frameacc.inl.

◆ operator*() [3/18]

VectorAcc operator* ( const Vector &  r1,
const VectorAcc &  r2 
)

Definition at line 63 of file frameacc.inl.

◆ operator*() [4/18]

VectorAcc operator* ( double  r1,
const VectorAcc &  r2 
)

Definition at line 70 of file frameacc.inl.

◆ operator*() [5/18]

VectorAcc operator* ( const VectorAcc &  r1,
double  r2 
)

Definition at line 74 of file frameacc.inl.

◆ operator*() [6/18]

VectorAcc operator* ( const doubleAcc &  r1,
const VectorAcc &  r2 
)

Definition at line 78 of file frameacc.inl.

◆ operator*() [7/18]

VectorAcc operator* ( const VectorAcc &  r2,
const doubleAcc &  r1 
)

Definition at line 85 of file frameacc.inl.

◆ operator*() [8/18]

RotationAcc operator* ( const RotationAcc &  r1,
const RotationAcc &  r2 
)

Definition at line 192 of file frameacc.inl.

◆ operator*() [9/18]

RotationAcc operator* ( const Rotation &  r1,
const RotationAcc &  r2 
)

Definition at line 199 of file frameacc.inl.

◆ operator*() [10/18]

RotationAcc operator* ( const RotationAcc &  r1,
const Rotation &  r2 
)

Definition at line 203 of file frameacc.inl.

◆ operator*() [11/18]

VectorAcc operator* ( const Rotation &  R,
const VectorAcc &  x 
)

Definition at line 254 of file frameacc.inl.

◆ operator*() [12/18]

FrameAcc operator* ( const FrameAcc &  lhs,
const FrameAcc &  rhs 
)

Definition at line 349 of file frameacc.inl.

◆ operator*() [13/18]

FrameAcc operator* ( const FrameAcc &  lhs,
const Frame &  rhs 
)

Definition at line 353 of file frameacc.inl.

◆ operator*() [14/18]

FrameAcc operator* ( const Frame &  lhs,
const FrameAcc &  rhs 
)

Definition at line 357 of file frameacc.inl.

◆ operator*() [15/18]

TwistAcc operator* ( const TwistAcc &  lhs,
double  rhs 
)

Definition at line 471 of file frameacc.inl.

◆ operator*() [16/18]

TwistAcc operator* ( double  lhs,
const TwistAcc &  rhs 
)

Definition at line 476 of file frameacc.inl.

◆ operator*() [17/18]

TwistAcc operator* ( const TwistAcc &  lhs,
const doubleAcc &  rhs 
)

Definition at line 487 of file frameacc.inl.

◆ operator*() [18/18]

TwistAcc operator* ( const doubleAcc &  lhs,
const TwistAcc &  rhs 
)

Definition at line 492 of file frameacc.inl.

◆ operator+() [1/4]

VectorAcc operator+ ( const VectorAcc &  r1,
const VectorAcc &  r2 
)

Definition at line 24 of file frameacc.inl.

◆ operator+() [2/4]

VectorAcc operator+ ( const Vector &  r1,
const VectorAcc &  r2 
)

Definition at line 31 of file frameacc.inl.

◆ operator+() [3/4]

VectorAcc operator+ ( const VectorAcc &  r1,
const Vector &  r2 
)

Definition at line 38 of file frameacc.inl.

◆ operator+() [4/4]

TwistAcc operator+ ( const TwistAcc &  lhs,
const TwistAcc &  rhs 
)

Definition at line 505 of file frameacc.inl.

◆ operator-() [1/6]

VectorAcc operator- ( const VectorAcc &  r1,
const VectorAcc &  r2 
)

Definition at line 28 of file frameacc.inl.

◆ operator-() [2/6]

VectorAcc operator- ( const Vector &  r1,
const VectorAcc &  r2 
)

Definition at line 35 of file frameacc.inl.

◆ operator-() [3/6]

VectorAcc operator- ( const VectorAcc &  r1,
const Vector &  r2 
)

Definition at line 42 of file frameacc.inl.

◆ operator-() [4/6]

VectorAcc operator- ( const VectorAcc &  r)

Definition at line 47 of file frameacc.inl.

◆ operator-() [5/6]

TwistAcc operator- ( const TwistAcc &  lhs,
const TwistAcc &  rhs 
)

Definition at line 510 of file frameacc.inl.

◆ operator-() [6/6]

TwistAcc operator- ( const TwistAcc &  arg)

Definition at line 516 of file frameacc.inl.

◆ operator/() [1/4]

VectorAcc operator/ ( const VectorAcc &  r1,
double  r2 
)

Definition at line 180 of file frameacc.inl.

◆ operator/() [2/4]

VectorAcc operator/ ( const VectorAcc &  r2,
const doubleAcc &  r1 
)

Definition at line 184 of file frameacc.inl.

◆ operator/() [3/4]

TwistAcc operator/ ( const TwistAcc &  lhs,
double  rhs 
)

Definition at line 481 of file frameacc.inl.

◆ operator/() [4/4]

TwistAcc operator/ ( const TwistAcc &  lhs,
const doubleAcc &  rhs 
)

Definition at line 497 of file frameacc.inl.



orocos_kdl
Author(s):
autogenerated on Thu Apr 13 2023 02:19:14