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