Click or drag to resize

BSphereAdd Method (BSphere)

Add the bounding sphere s2 to this bounding sphere, growing and re-centering it if needed.

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

Parameters

s2
Type: Demo3D.VisualsBSphere

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

See Also