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: 18.03.00
Syntaxpublic 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