/****
 *
 * Copyright (c) 1988 by Sun Microsystems, Inc.
 * @(#)sh_FBTRAN.ah 1.1 88/09/22 Copyright 1988 Sun Micro
 *
 * Common TRANSFORM Class Attributes
 *
 ****/
OBJ_KEY		trans_key;		/* general transform key */
unsigned char	TRANS_TYPE;		/* transformation type */

unsigned char	trans_flags;		/* matrix flags */
unsigned char	trans_dev_type;		/* device transform object is */
MTX_FLT		trans_data;		/* matrix data */
MTX_FLT       	trans_inv;
MTX_FLT		*trans_mtx_flt;		/* -> floating matrix */
					/* associated with */
CONTEXT		trans_ctx;		/* ctx associated with */
MTX_FLT         trans_flt_mtx;          /* room for floating data */
