Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dimage_projector.h54 enum CoordinateAxisType { enum
65 CoordinateAxisType axis_to_x;
66 CoordinateAxisType axis_to_y;
67 CoordinateAxisType axis_mirror;
77 CoordinateAxisType to_x, in CoordinateSystemConv()
78 CoordinateAxisType to_y, in CoordinateSystemConv()
79 CoordinateAxisType mirror) in CoordinateSystemConv()
140 CoordinateAxisType axis_to_x,
141 CoordinateAxisType axis_to_y);
143 Mat3d mirror_coordinate_system (CoordinateAxisType axis_mirror);
Dimage_projector.cpp100 CoordinateAxisType axis_to_x, in rotate_coordinate_system()
101 CoordinateAxisType axis_to_y) in rotate_coordinate_system()
151 ImageProjector::mirror_coordinate_system (CoordinateAxisType axis_mirror) in mirror_coordinate_system()