#include <math.h>
#include <string.h>
#include <iostream>
#include <vector>
#include <stdlib.h>
#include <cstdio>
#include <stdexcept>
#include <limits>
Go to the source code of this file.
◆ DEGS_PER_RAD
| #define DEGS_PER_RAD 57.29577951 |
◆ JOINT_EPSILON
| #define JOINT_EPSILON .01 / 360.0 |
◆ RADS_PER_DEG
| #define RADS_PER_DEG 0.017453292 |
◆ Jointd
◆ Jointf
◆ Distance()
template<class Real >
| double Distance |
( |
const Joint< Real > & |
j1, |
|
|
const Joint< Real > & |
j2 |
|
) |
| |
|
inline |
◆ operator<<() [1/2]
template<class Real >
| std::ostream & operator<< |
( |
std::ostream & |
_os, |
|
|
const Joint< Real > & |
joint |
|
) |
| |
|
inline |
◆ operator<<() [2/2]
◆ operator>>()
template<class Real >
| std::istream & operator>> |
( |
std::istream & |
_is, |
|
|
Joint< Real > & |
joint |
|
) |
| |
|
inline |