Main Page   Modules   Compound List   File List   Compound Members   File Members  

STMatrix Struct Reference

Transformation matrix. More...

#include <sttypes.h>

List of all members.

Public Attributes

double xx
 transformation matrix value.

double xy
 transformation matrix value.

double yx
 transformation matrix value.

double yy
 transformation matrix value.

double tx
 transformation matrix value for x translation.

double ty
 transformation matrix value for y translation.


Detailed Description

Transformation matrix.

x' = xx * x + xy * y + tx y' = yx * x + yy * y + ty


The documentation for this struct was generated from the following file:
Generated on Thu Mar 20 23:35:52 2003 for Standard Type Services by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001