Ignore:
Timestamp:
11/05/05 20:03:25 (19 years ago)
Author:
bittner
Message:

vsspreprocessor update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/VssRay.h

    r376 r382  
    2222         
    2323        // side of the ray - used for the ray classification 
    24   char mSide; 
     24        //  char mSide; 
    2525         
    2626        // computed t 
     
    9898  Vector3 GetNormalizedDir() const { return (mTermination - mOrigin)*mInvSize; } 
    9999 
     100        float GetDirParametrization(const int axis) const; 
     101         
    100102        float GetInvSize() const { return  mInvSize; } 
    101103  float GetOrigin(const int axis) const { return mOrigin[axis]; } 
Note: See TracChangeset for help on using the changeset viewer.