NAME
DtShapeGetRotation - Returns the rotation about the x, y, and
z axes (in degrees) in the given shape's local transformation matrix.
SYNOPSIS
#include <Dt.h>
int DtShapeGetRotation( int shapeID, float *x, float *y, float *z )
DESCRIPTION
DtShapeGetRotation() returns the rotation about the x, y, and z axes
in the given shape's local transformation matrix. The rotation angles (in degrees)
are stored at the addresses of x, y and z.
IMPLEMENTATION
DIAGNOSTICS
DtShapeGetRotation() returns 1 on success, 0 on failure.
FILES
Link with -lDtOMio