Ignore:
Timestamp:
09/22/06 20:58:26 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/PathMap/Transformation.hpp

    r896 r1480  
    3737                                        float m20, float m21, float m22, 
    3838                                        float t0, float t1, float t2){ 
    39                 m[0][0] = m00; 
     39/*              m[0][0] = m00; 
    4040                m[0][1] = m01; 
    4141                m[0][2] = m02; 
     
    4747                m[2][0] = m20; 
    4848                m[2][1] = m21; 
     49                m[2][2] = m22;*/ 
     50                 
     51                m[0][0] = m00; 
     52                m[1][0] = m01; 
     53                m[2][0] = m02; 
     54 
     55                m[0][1] = m10; 
     56                m[1][1] = m11; 
     57                m[2][1] = m12; 
     58 
     59                m[0][2] = m20; 
     60                m[1][2] = m21; 
    4961                m[2][2] = m22; 
    50                  
     62 
    5163                t[0] = t0; 
    5264                t[1] = t1; 
Note: See TracChangeset for help on using the changeset viewer.