Tests whether the ray ray intersects box box.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
public static bool operator &( XAxisAlignedBox box, XRay ray ) |
Parameters
- box
- Type: SGP.XSpace..::.XAxisAlignedBox
The source XAxisAlignedBox box.
- ray
- Type: SGP.XSpace..::.XRay
The XRay ray being tested.