|
Robotics Library
0.7.0
|
#include <Link.h>

Public Member Functions | |
| Link () | |
| virtual | ~Link () |
Public Member Functions inherited from rl::kin::Frame | |
| Frame () | |
| virtual | ~Frame () |
Public Member Functions inherited from rl::kin::Element | |
| Element () | |
| virtual | ~Element () |
Public Attributes | |
| bool | collision |
| ::rl::math::Vector3 | cog |
| ::rl::math::Matrix33 | inertia |
| ::rl::math::Real | mass |
| ::std::unordered_set< Link * > | selfcollision |
Public Attributes inherited from rl::kin::Frame | |
| ::rl::math::Transform | frame |
Public Attributes inherited from rl::kin::Element | |
| ::std::string | name |
| rl::kin::Link::Link | ( | ) |
|
virtual |
| ::rl::math::Vector3 rl::kin::Link::cog |
| bool rl::kin::Link::collision |
| ::rl::math::Matrix33 rl::kin::Link::inertia |
| ::rl::math::Real rl::kin::Link::mass |
| ::std::unordered_set<Link*> rl::kin::Link::selfcollision |