#include <ceres_utils.h>
|
template<typename T > |
bool | operator() (const T *theta_radians, const T *delta_theta_radians, T *theta_radians_plus_delta) const |
|
|
static ceres::LocalParameterization * | Create () |
|
Definition at line 34 of file ceres_utils.h.
◆ Create()
static ceres::LocalParameterization* AngleLocalParameterization::Create |
( |
| ) |
|
|
inlinestatic |
◆ operator()()
template<typename T >
bool AngleLocalParameterization::operator() |
( |
const T * |
theta_radians, |
|
|
const T * |
delta_theta_radians, |
|
|
T * |
theta_radians_plus_delta |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: