Ignore:
Timestamp:
08/19/08 16:36:13 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2782 r2853  
    1616        Plane3() {} 
    1717 
    18         //Plane3(const Vector3 &normal, float dist); 
    19  
    2018        Plane3(const Vector3 &a, const Vector3 &b, const Vector3 &c); 
    2119 
     
    2725                mD *= -1; 
    2826        } 
    29         /** Get disance to point. 
     27        /** Get distance to a point. 
    3028        */ 
    3129        inline float Distance(const Vector3 &v) const  
     
    7371        Vector3 mNormal; 
    7472        float mD; 
    75  
    76         ////////////////// 
    77  
    7873}; 
    7974 
Note: See TracChangeset for help on using the changeset viewer.