ofDoc > math > ofMatrix3x3

ofMatrix3x3file

ofMatrix3x3class

A 3x3 Matrix.

The layout is like this:

[ a b c ]
[ d e f ]
[ g h i ]  

Constructor

Matrix access

set ()

Functions

inverse ()
invert ()

Operators

operator<< friend
operator>> friend

Attributes

a variable
b variable
c variable
d variable
e variable
f variable
g variable
h variable
i variable