BBoxIntersects(Ray) Method |
Whether the specified ray intersects the bounding box.
Namespace: Demo3D.VisualsAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxpublic bool Intersects(
Ray ray
)
Parameters
- ray Ray
- The ray.
Return Value
BooleanTrue if the ray intersects the bounding box, false otherwise.
See Also