HomeSort by relevance Sort by last modified time
    Searched defs:Affine3f (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/include/opencv2/core/
affine.hpp 142 typedef Affine3<float> Affine3f;
145 static Vec3f operator*(const Affine3f& affine, const Vec3f& vector);
413 return rotate(Affine3f(_rvec).rotation());
463 cv::Vec3f cv::operator*(const cv::Affine3f& affine, const cv::Vec3f& v)
  /external/eigen/Eigen/src/Geometry/
Transform.h 651 typedef Transform<float,3,Affine> Affine3f;
    [all...]

Completed in 724 milliseconds