Auxiliary haptic functions implementation. More...
#include <hd_hl_apis_aux.h>
Go to the source code of this file.
Functions | |
hduMatrix | TransformPHANToMCoordinateMatrixToWorldCoordinateMatrix (hduMatrix source) |
Function to rotate PhANToM transform matrix to world referencial. | |
hduVector3Dd | TransformPHANToMCoordinatesToWorldCoordinates (hduVector3Dd source) |
Function to rotate PhANToM oriented vector to world referencial. | |
hduVector3Dd | TransformWorldCoordinatesToPHaNToMCoordinates (hduVector3Dd source) |
Function to rotate world oriented vector to PHANToM referencial. |
Auxiliary haptic functions implementation.
Definition in file hd_hl_apis_aux.cpp.
hduMatrix TransformPHANToMCoordinateMatrixToWorldCoordinateMatrix | ( | hduMatrix | source | ) |
Function to rotate PhANToM transform matrix to world referencial.
source | matrix to transform. |
Definition at line 65 of file hd_hl_apis_aux.cpp.
hduVector3Dd TransformPHANToMCoordinatesToWorldCoordinates | ( | hduVector3Dd | source | ) |
Function to rotate PhANToM oriented vector to world referencial.
source | vector to rotate. |
Definition at line 51 of file hd_hl_apis_aux.cpp.
hduVector3Dd TransformWorldCoordinatesToPHaNToMCoordinates | ( | hduVector3Dd | source | ) |
Function to rotate world oriented vector to PHANToM referencial.
source | vector to rotate. |
Definition at line 37 of file hd_hl_apis_aux.cpp.