Ignore:
Timestamp:
10/06/06 17:23:49 (18 years ago)
Author:
bittner
Message:

merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Vector3.h

    r1420 r1579  
    442442{ 
    443443  return  
    444           Vector3(A.y * B.z - A.z * B.y, 
     444        Vector3(A.y * B.z - A.z * B.y, 
    445445                          A.z * B.x - A.x * B.z, 
    446                           A.x * B.y - A.y * B.x); 
    447 } 
     446                        A.x * B.y - A.y * B.x); 
     447} 
     448 
    448449 
    449450inline void 
Note: See TracChangeset for help on using the changeset viewer.