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 209 AngleAxisRotatePoint(inverse_rotation.data(),
226 AngleAxisRotatePoint(angle_axis,
simple_bundle_adjuster.cc 132 ceres::AngleAxisRotatePoint(camera, point, p);
libmv_bundle_adjuster.cc 510 ceres::AngleAxisRotatePoint(R_t, X, x);
  /external/ceres-solver/include/ceres/
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]) {
  /external/ceres-solver/internal/ceres/
system_test.cc 437 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 950 milliseconds