Tests whether the box contains point point.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
public static bool operator &( XAxisAlignedBox box, Vector3 point ) |
Parameters
- box
- Type: SGP.XSpace..::.XAxisAlignedBox
The source XAxisAlignedBox box.
- point
- Type: Vector3
The Vector3 point to be tested.