Click or drag to resize

BSphereAdd(BSphere) Method

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

Parameters

s2  BSphere

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

See Also