Ignore:
Timestamp:
01/15/07 15:24:30 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Matrix4x4.cpp

    r863 r1980  
    6161// full constructor 
    6262Matrix4x4::Matrix4x4(float x11, float x12, float x13, float x14, 
    63                     float x21, float x22, float x23, float x24, 
    64                     float x31, float x32, float x33, float x34, 
    65                     float x41, float x42, float x43, float x44) 
     63                                        float x21, float x22, float x23, float x24, 
     64                                        float x31, float x32, float x33, float x34, 
     65                                        float x41, float x42, float x43, float x44) 
    6666{ 
    6767  // first index is column [x], the second is row [y] 
Note: See TracChangeset for help on using the changeset viewer.