#include <ceres/ceres.h>
#include <ceres/local_parameterization.h>
#include <cmath>
#include <utility>
Go to the source code of this file.
|
std::size_t | GetHash (const int &x, const int &y) |
|
template<typename T > |
T | NormalizeAngle (const T &angle_radians) |
|
template<typename T > |
Eigen::Matrix< T, 2, 2 > | RotationMatrix2D (T yaw_radians) |
|
◆ GetHash()
std::size_t GetHash |
( |
const int & |
x, |
|
|
const int & |
y |
|
) |
| |
|
inline |
◆ NormalizeAngle()
template<typename T >
T NormalizeAngle |
( |
const T & |
angle_radians | ) |
|
|
inline |
◆ RotationMatrix2D()
template<typename T >
Eigen::Matrix<T, 2, 2> RotationMatrix2D |
( |
T |
yaw_radians | ) |
|