| 
            
              AABBTreeNodeintersect Method 
             | 
          
        
          true if the ray intersects the AABB-tree. 
 
    Namespace: 
   Karamba.Utilities.AABBTrees
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool intersect(
	Ray r
)
Public Function intersect ( 
	r As Ray
) As Boolean
public:
bool intersect(
	Ray r
)
member intersect : 
        r : Ray -> bool 
Parameters
- r
 - Type: Karamba.Utilities.AABBTreesRay
ray to intersect. 
Return Value
Type: 
Booleanreturn true if the ray intersects the AABB-tree.
See Also