Ignore:
Timestamp:
09/08/08 00:52:31 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Matrix4x4.h

    r2782 r2913  
    99 
    1010class Vector3; 
     11class AxisAlignedBox3; 
    1112 
    1213 
     
    108109        friend Vector3 GetTranslation(const Matrix4x4 &M); 
    109110 
     111        friend Matrix4x4 GetFittingProjectionMatrix(const AxisAlignedBox3 &box); 
     112 
    110113        // Overloaded output operator. 
    111114        friend std::ostream& operator<< (std::ostream &s, const Matrix4x4 &M); 
     
    148151Vector3 TransformNormal(const Matrix4x4 &M, const Vector3 &v); 
    149152Vector3 GetTranslation(const Matrix4x4 &M); 
     153Matrix4x4 GetFittingProjectionMatrix(const AxisAlignedBox3 &box); 
    150154 
    151155 
Note: See TracChangeset for help on using the changeset viewer.