:: drafts :: com :: sun :: star :: geometry ::

struct Matrix2D
Description
This structure defines a 2 by 2 matrix.

This constitutes a linear mapping of a point in 2D to another point in 2D. // TODO: Explain mapping, order of multiplication etc.


Elements' Summary
m00
m01
m10
m11
Elements' Details
m00
double m00;
m01
double m01;
m10
double m10;
m11
double m11;
Top of Page