RobotArmLib 0.0.6
Robot Arm Library [WIP]
Loading...
Searching...
No Matches
Namespaces | Functions
link.cpp File Reference

A source file describe robot single link class. More...

#include "link.h"
Include dependency graph for link.cpp:

Namespaces

namespace  rb
 Robot Arm Library namespace.
 
namespace  rb::kin
 Kinematics module namespace.
 

Functions

rb::math::Matrix4 rb::kin::operator* (Link &lhs, Link &rhs)
 
rb::math::Matrix4 rb::kin::operator* (rb::math::Matrix4 &lhs, Link &rhs)
 
rb::math::Matrix4rb::kin::operator*= (rb::math::Matrix4 &lhs, Link &rhs)
 

Detailed Description

A source file describe robot single link class.

Author
Chien-Pin Chen