AddSphere

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

Syntax

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

Parameters

sphere
Type: JigLibX.Geometry..::..Sphere

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

bb
Type: BoundingBox%

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

See Also