ofMatrix3x3file
ofMatrix3x3class
A 3x3 Matrix.
The layout is like this:
[ a b c ] [ d e f ] [ g h i ]
Constructor
        
        ofMatrix3x3
        
        ()
        
      
    Matrix access
        
        set
        
        ()
        
      
    
        
        operator[]
        
        ()
        
      
    Functions
Operators
        
        operator+
        
        ()
        
      
    
        
        operator+=
        
        ()
        
      
    
        
        operator-
        
        ()
        
      
    
        
        operator-=
        
        ()
        
      
    
        
        operator*
        
        ()
        
      
    
        
        operator*=
        
        ()
        
      
    
        
        operator*
        
        ()
        
      
    
        
        operator/
        
        ()
        
      
    
        
        operator/=
        
        ()
        
      
    
        
        operator<<
        
        friend
        
      
    
        
        operator>>
        
        friend