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: 15.0.2.11458
Syntax
C#
public static bool SphereIntersectSphere(
	BSphere a,
	BSphere b
)

Parameters

a
Type: Demo3D.VisualsBSphere
The first sphere.
b
Type: Demo3D.VisualsBSphere
The second sphere.

Return Value

Type: Boolean

Return Value

Type: Boolean
True if they intersect, false otherwise.
See Also