vpGetMatrix(3) | Library Functions Manual | vpGetMatrix(3) |
vpGetMatrix - retrieve the contents of a transformation matrix
#include <volpack.h>
vpResult
vpGetMatrix(vpc, matrix_code, matrix)
vpGetMatrix retrieves the contents of one of the transformation matrices (see vpCurrentMatrix(3)). The special code VP_SCREEN causes the function to compute the transformation from object coordinates to image coordinates and return a matrix describing this transformation.
The normal return value is VP_OK. The following error return value is possible:
VolPack |