Click or drag to resize

UtilSphereIntersectSphere Method

Test if Sphere a intersects with Sphere b.

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntax
C#
public static bool SphereIntersectSphere(
	BSphere a,
	BSphere b
)

Parameters

a  BSphere
The first sphere.
b  BSphere
The second sphere.

Return Value

Boolean

Return Value

Boolean
True if they intersect, false otherwise.
See Also