Determines whether the given sphere intersects the current instance of
ConeF.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool Intersects(
SphereF sphere
)
Parameters
- sphere SphereF
- The sphere to check.
Return Value
BooleanTrue if the given sphere intersects the current instance of
ConeF; False otherwise.
See Also