hd_hl_apis_aux.h file for this module. Contains includes, prototypes and global vars. More...
#include <HD/hd.h>
#include <HDU/hduVector.h>
#include <HDU/hduError.h>
#include <HDU/hduMatrix.h>
#include <HL/hl.h>
#include <types.h>
#include <miscellaneous.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. |
hd_hl_apis_aux.h file for this module. Contains includes, prototypes and global vars.
Definition in file hd_hl_apis_aux.h.
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.