Ignore:
Timestamp:
08/07/05 20:16:30 (19 years ago)
Author:
bittner
Message:

data added

File:
1 edited

Legend:

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

    r191 r209  
    44#include "Vector3.h" 
    55 
     6/// rectangle vertices 
     7//   3 2 
     8//   0 1 
    69class Rectangle3 { 
    710public: 
    811  Vector3 mVertices[4]; 
    912 
     13  Rectangle3() {} 
     14   
    1015  Rectangle3(const Vector3 &v0, 
    1116             const Vector3 &v1, 
     
    2833  } 
    2934 
     35 
     36  void 
     37  Split(const int axis, 
     38        Rectangle3 &r1, 
     39        Rectangle3 &r2 
     40        ) const; 
     41 
     42         
    3043   
    3144}; 
Note: See TracChangeset for help on using the changeset viewer.