PIAffineMatrix Struct Reference

Affine matrix defined with real64. More...

#include <PITypes.h>

Data Fields

real64 xx
real64 xy
real64 yx
real64 yy
real64 tx
real64 ty

Detailed Description

Affine matrix defined with real64.

This is a 3x3 matrix with the following structure:

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

Field Documentation


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