/****
 *
 * Copyright (c) 1988 by Sun Microsystems, Inc.
 * @(#)sh_TRANS.ah 22.1 89/08/10 Copyright 1988 Sun Micro
 *
 * Common TRANSFORM Class Attributes
 *
 ****/
OBJ_KEY		trans_key;		/* general transform key */
Unsgn8		TRANS_TYPE;		/* transformation type */

Unsgn8		trans_flags;		/* matrix flags */
unsigned int	trans_mode : 3;		/* construct/render mode */
unsigned int	trans_select : 5;	/* pipeline selection */
CONTEXT		trans_ctx;		/* context associated with */
void		(*trans_val_func)();	/* -> validation function */
MTX_FLT		trans_data;		/* matrix data */
#ifndef	NO_3D_TRANS
MTX_FLT       	trans_inv;
#endif
