Ignore:
Timestamp:
08/25/06 00:05:43 (18 years ago)
Author:
bittner
Message:

mlrt tests

File:
1 edited

Legend:

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

    r1281 r1283  
    223223  int 
    224224  ProcessRay( 
    225                          Vector3 &viewPoint, 
    226                          Vector3 &direction, 
     225                         const Vector3 &viewPoint, 
     226                         const Vector3 &direction, 
    227227                         Intersectable *objectA, 
    228228                         Vector3 &pointA, 
    229                          Vector3 &normalA, 
     229                         const Vector3 &normalA, 
    230230                         Intersectable *objectB, 
    231231                         Vector3 &pointB, 
    232                          Vector3 &normalB, 
     232                         const Vector3 &normalB, 
    233233                         const float probability, 
    234234                         VssRayContainer &vssRays, 
Note: See TracChangeset for help on using the changeset viewer.