Click or drag to resize

ConeFIntersects Method

Determines whether the given sphere intersects the current instance of ConeF.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool Intersects(
	SphereF sphere
)

Parameters

sphere
Type: NeoAxisSphereF
The sphere to check.

Return Value

Type: Boolean
True if the given sphere intersects the current instance of ConeF; False otherwise.
See Also