Changeset 504 for trunk/VUT/GtpVisibilityPreprocessor/src/KdTree.h
- Timestamp:
- 01/06/06 11:31:28 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/KdTree.h
r469 r504 16 16 class Intersectable; 17 17 //class KdViewCell; 18 class Frustum; 18 19 19 20 // -------------------------------------------------------------- … … 282 283 int 283 284 CastRay( 284 Ray &ray 285 ); 286 287 285 Ray &ray 286 ); 287 288 289 int 290 CastFrustum( 291 Frustum &frustum 292 ); 293 294 288 295 /** Casts line segment into tree. 289 296 @returns intersected view cells.
Note: See TracChangeset
for help on using the changeset viewer.