NAME
DtMatrixGetTranslation - Given a 4x4 matrix this routine
will return the translation value of the matrix.
SYNOPSIS
#include <Dt.h>
int DtMatrixGetTranslation( float *matrix, float *xTrans, float *yTrans, float *zTrans )
DESCRIPTION
DtMatrixGetTranslation() decomposes matrix into scaling,
rotation, and translation components. The translation
component is returned by DtMatrixGetTranslation()
DIAGNOSTICS
DtMatrixGetTranslation() returns one on success and zero on
failure.
SEE ALSO
DtMatrixGetRotation(3W)
DtMatrixGetScale(3W)
FILES
Link with -lDtOMio