HomeSort by relevance Sort by last modified time
    Searched refs:AngleAxisRotatePoint (Results 1 - 7 of 7) sorted by null

  /external/ceres-solver/examples/
snavely_reprojection_error.h 63 ceres::AngleAxisRotatePoint(camera, point, p);
bal_problem.cc 191 AngleAxisRotatePoint(inverse_rotation.data(),
208 AngleAxisRotatePoint(angle_axis,
simple_bundle_adjuster.cc 132 ceres::AngleAxisRotatePoint(camera, point, p);
  /external/ceres-solver/docs/
bundleadjustment.tex 33 ceres::AngleAxisRotatePoint(camera, point, p);
67 our life very simple here. The function \texttt{AngleAxisRotatePoint} and other functions for manipulating rotations can be found in \texttt{include/ceres/rotation.h}.
  /external/ceres-solver/include/ceres/
rotation.h 145 void AngleAxisRotatePoint(const T angle_axis[3], const T pt[3], T result[3]);
478 void AngleAxisRotatePoint(const T angle_axis[3], const T pt[3], T result[3]) {
  /external/ceres-solver/internal/ceres/
system_test.cc 429 AngleAxisRotatePoint(camera, point, p);
rotation_test.cc 913 AngleAxisRotatePoint(angle_axis, p, angle_axis_rotated_p);
954 AngleAxisRotatePoint(angle_axis, p, angle_axis_rotated_p);

Completed in 558 milliseconds