PIAffineMatrix Struct Reference

#include <PITypes.h>


Detailed Description

Affine matrix defined with double.

This is a 3x3 matrix with the following structure:

|	xx		xy		0	|
|	yx		yy		0	|
|	tx		ty		1	|


Data Fields

double xx
double xy
double yx
double yy
double tx
double ty

Field Documentation


The documentation for this struct was generated from the following file: