#include <angle-axis.hpp>

Public Member Functions | |
| template<class PyClass > | |
| void | visit (PyClass &cl) const |
Static Public Member Functions | |
| static void | expose () |
Private Types | |
| typedef AngleAxis::Matrix3 | Matrix3 |
| typedef Eigen::Quaternion< Scalar, 0 > | Quaternion |
| typedef Eigen::RotationBase< AngleAxis, 3 > | RotationBase |
| typedef AngleAxis::Scalar | Scalar |
| typedef AngleAxis::Vector3 | Vector3 |
Static Private Member Functions | |
| static bool | __eq__ (const AngleAxis &u, const AngleAxis &v) |
| static bool | __ne__ (const AngleAxis &u, const AngleAxis &v) |
| static std::string | print (const AngleAxis &self) |
| static void | setAngle (AngleAxis &self, const Scalar &angle) |
| static void | setAxis (AngleAxis &self, const Vector3 &axis) |
Definition at line 18 of file angle-axis.hpp.
|
private |
Definition at line 44 of file angle-axis.hpp.
|
private |
Definition at line 46 of file angle-axis.hpp.
|
private |
Definition at line 47 of file angle-axis.hpp.
|
private |
Definition at line 42 of file angle-axis.hpp.
|
private |
Definition at line 43 of file angle-axis.hpp.
|
inlinestaticprivate |
Definition at line 119 of file angle-axis.hpp.
|
inlinestaticprivate |
Definition at line 122 of file angle-axis.hpp.
|
inlinestatic |
Definition at line 136 of file angle-axis.hpp.
|
inlinestaticprivate |
Definition at line 125 of file angle-axis.hpp.
|
inlinestaticprivate |
Definition at line 116 of file angle-axis.hpp.
|
inlinestaticprivate |
Definition at line 113 of file angle-axis.hpp.
|
inline |
Definition at line 54 of file angle-axis.hpp.