Click or drag to resize

BSphereAdd(BSphere, BSphere) Method

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: 19.01.00
Syntax
C#
public static BSphere Add(
	BSphere s1,
	BSphere s2
)

Parameters

s1  BSphere

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

s2  BSphere

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

Return Value

BSphere

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

See Also