#include "pinocchio/fwd.hpp"
#include <math.h>
#include <boost/math/constants/constants.hpp>
#include <boost/type_traits/is_floating_point.hpp>
Go to the source code of this file.
|
template<typename Scalar > |
const Scalar | pinocchio::PI () |
| Returns the value of PI according to the template parameters Scalar. More...
|
|
◆ PINOCCHIO_OVERLOAD_MATH_BINARY_OPERATOR
#define PINOCCHIO_OVERLOAD_MATH_BINARY_OPERATOR |
( |
|
name | ) |
|
Value: namespace internal \
{ \
template<typename T1, typename T2> \
struct return_type_##
name \
{ \
}; \
template<typename T1, typename T2> \
{ \
{ \
} \
}; \
} \
template<typename T1, typename T2> \
{ \
}
Definition at line 47 of file math/fwd.hpp.
◆ PINOCCHIO_OVERLOAD_MATH_UNARY_OPERATOR
#define PINOCCHIO_OVERLOAD_MATH_UNARY_OPERATOR |
( |
|
name | ) |
|
Value: template<typename Scalar> \
{ \
}
Definition at line 39 of file math/fwd.hpp.