BSphereIntersects Method (Ray) | 
 
            Whether the specified ray intersects the bounding box.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Common (in Demo3D.Common.dll) Version: 18.03.00
Syntaxpublic bool Intersects(
	Ray ray
)
Parameters
- ray
 - Type: Demo3D.VisualsRay
The ray. 
Return Value
Type: 
BooleanTrue if the ray intersects the bounding box, false otherwise.
See Also