GsCOORD2PARAM
Encapsulates scale, rotation and translation
typedef struct {
VECTOR scale;
SVECTOR rotate;
VECTOR trans;
}
GsCOORD2PARAM
;
Members
scale
3D
VECTOR
identifying scale
rotate
3D
SVECTOR
identifying rotation
trans
3D
VECTOR
identifying translation
Explanation
Structure to contain
scale
,
rotation
and
trans
lation vectors.