Determines whether the given sphere intersects the current instance of
Cone.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public bool Intersects(
Sphere sphere
)
Parameters
- sphere
- Type: NeoAxisSphere
The sphere to check.
Return Value
Type:
BooleanTrue if the given sphere intersects the current instance of
Cone; False otherwise.
See Also