Click or drag to resize

BSphereAdd Method (BSphere, BSphere)

Add two bounding spheres and return the resulting sphere that encompasses the two input bounding spheres.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static BSphere Add(
	BSphere s1,
	BSphere s2
)

Parameters

s1
Type: Demo3D.VisualsBSphere

[Missing <param name="s1"/> documentation for "M:Demo3D.Visuals.BSphere.Add(Demo3D.Visuals.BSphere,Demo3D.Visuals.BSphere)"]

s2
Type: Demo3D.VisualsBSphere

[Missing <param name="s2"/> documentation for "M:Demo3D.Visuals.BSphere.Add(Demo3D.Visuals.BSphere,Demo3D.Visuals.BSphere)"]

Return Value

Type: BSphere

[Missing <returns> documentation for "M:Demo3D.Visuals.BSphere.Add(Demo3D.Visuals.BSphere,Demo3D.Visuals.BSphere)"]

See Also