pdf::Matrix Class Reference

2 dimention matrix. More...

#include <Matrix.hh>

List of all members.


Detailed Description

This class represents a 2D matrix. It stores six real numbers which are the first and second column of a 3x3 matrix:

	a b 0
	c d 0
	e f 0

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

Hosted by SourceForge Logo