BoxIntersects Method (Box) |
Determines whether another instance of
Box intersects the current instance of
Box.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public bool Intersects(
ref Box box
)
Parameters
- box
- Type: NeoAxisBox
The box to check.
Return Value
Type:
BooleanTrue if another instance of
Box intersects the current instance of
Box; False otherwise.
See Also