Searched refs:AngleAxisRotatePoint (Results 1 – 10 of 10) sorted by relevance
/external/ceres-solver/examples/ |
D | bal_problem.cc | 191 AngleAxisRotatePoint(inverse_rotation.data(), in CameraToAngleAxisAndCenter() 208 AngleAxisRotatePoint(angle_axis, in AngleAxisAndCenterToCamera()
|
D | snavely_reprojection_error.h | 63 ceres::AngleAxisRotatePoint(camera, point, p); in operator()
|
D | simple_bundle_adjuster.cc | 132 ceres::AngleAxisRotatePoint(camera, point, p); in operator ()()
|
D | libmv_bundle_adjuster.cc | 510 ceres::AngleAxisRotatePoint(R_t, X, x); in operator ()()
|
/external/ceres-solver/include/ceres/ |
D | rotation.h | 196 void AngleAxisRotatePoint(const T angle_axis[3], const T pt[3], T result[3]); 582 void AngleAxisRotatePoint(const T angle_axis[3], const T pt[3], T result[3]) { in AngleAxisRotatePoint() function
|
/external/ceres-solver/internal/ceres/ |
D | rotation_test.cc | 948 AngleAxisRotatePoint(angle_axis, p, angle_axis_rotated_p); in TEST() 989 AngleAxisRotatePoint(angle_axis, p, angle_axis_rotated_p); in TEST()
|
D | system_test.cc | 441 AngleAxisRotatePoint(camera, point, p); in operator ()()
|
/external/ceres-solver/docs/source/ |
D | tutorial.rst | 642 ceres::AngleAxisRotatePoint(camera, point, p); 685 :func:`AngleAxisRotatePoint` and other functions for manipulating
|
D | version_history.rst | 181 #. Faster ``AngleAxisRotatePoint``.
|
D | modeling.rst | 1669 .. function:: void AngleAxisRotatePoint<T>(const T angle_axis[3], const T pt[3], T result[3])
|