Home
last modified time | relevance | path

Searched refs:axis_z (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/viz/src/
Dvizcore.cpp48 …TransformToGlobal(const Vec3d& axis_x, const Vec3d& axis_y, const Vec3d& axis_z, const Vec3d& orig… in makeTransformToGlobal() argument
50 Affine3d::Mat3 R(axis_x[0], axis_y[0], axis_z[0], in makeTransformToGlobal()
51 axis_x[1], axis_y[1], axis_z[1], in makeTransformToGlobal()
52 axis_x[2], axis_y[2], axis_z[2]); in makeTransformToGlobal()
/external/opencv3/modules/viz/include/opencv2/viz/
Dvizcore.hpp70 …TransformToGlobal(const Vec3d& axis_x, const Vec3d& axis_y, const Vec3d& axis_z, const Vec3d& orig…