AddSphere

Namespace: JigLibX.Geometry
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public static void AddSphere(
	BoundingSphere sphere,
	ref BoundingBox bb
)
Visual Basic
Public Shared Sub AddSphere ( _
	sphere As BoundingSphere, _
	ByRef bb As BoundingBox _
)
Visual C++
public:
static void AddSphere(
	BoundingSphere sphere, 
	BoundingBox% bb
)

Parameters

sphere
Type: BoundingSphere

[Missing <param name="sphere"/> documentation for "M:JigLibX.Geometry.BoundingBoxHelper.AddSphere(Microsoft.Xna.Framework.BoundingSphere,Microsoft.Xna.Framework.BoundingBox@)"]

bb
Type: BoundingBox%

[Missing <param name="bb"/> documentation for "M:JigLibX.Geometry.BoundingBoxHelper.AddSphere(Microsoft.Xna.Framework.BoundingSphere,Microsoft.Xna.Framework.BoundingBox@)"]

See Also