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