Joint.h File Reference

#include <math.h>
#include <string.h>
#include <iostream>
#include <vector>
#include <stdlib.h>
#include <cstdio>
#include <stdexcept>
#include <limits>
Include dependency graph for Joint.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Joint< Real >
class  Joint_Exception

Defines

#define DEGS_PER_RAD   57.29577951
#define JOINT_EPSILON   .01 / 360.0
#define RADS_PER_DEG   0.017453292

Typedefs

typedef Joint< double > Jointd
typedef Joint< float > Jointf

Functions

template<class Real >
double Distance (const Joint< Real > &j1, const Joint< Real > &j2)
template<class Real >
std::ostream & operator<< (std::ostream &_os, const Joint< Real > &joint)
std::ostream & operator<< (std::ostream &_os, const Joint_Exception &e)
template<class Real >
std::istream & operator>> (std::istream &, Joint< Real > &joint)

Define Documentation

#define DEGS_PER_RAD   57.29577951

Definition at line 86 of file Joint.h.

#define JOINT_EPSILON   .01 / 360.0

Definition at line 82 of file Joint.h.

#define RADS_PER_DEG   0.017453292

Definition at line 87 of file Joint.h.


Typedef Documentation

typedef Joint<double> Jointd

Definition at line 238 of file Joint.h.

typedef Joint<float> Jointf

Definition at line 239 of file Joint.h.


Function Documentation

template<class Real >
double Distance ( const Joint< Real > &  j1,
const Joint< Real > &  j2 
) [inline]

Definition at line 258 of file Joint.h.

template<class Real >
std::ostream & operator<< ( std::ostream &  _os,
const Joint< Real > &  joint 
) [inline]

Definition at line 798 of file Joint.h.

std::ostream& operator<< ( std::ostream &  _os,
const Joint_Exception e 
) [inline]

Definition at line 115 of file Joint.h.

template<class Real >
std::istream & operator>> ( std::istream &  _is,
Joint< Real > &  joint 
) [inline]

Definition at line 807 of file Joint.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines


cob_powercube_chain
Author(s): Florian Weisshardt
autogenerated on Fri Jan 11 09:14:21 2013