Click or drag to resize

BBox(Vector3, Single) Constructor

Create a bounding sphere.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public BBox(
	Vector3 center,
	float radius
)

Parameters

center  Vector3

[Missing <param name="center"/> documentation for "M:Demo3D.Visuals.BBox.#ctor(Microsoft.DirectX.Vector3,System.Single)"]

radius  Single

[Missing <param name="radius"/> documentation for "M:Demo3D.Visuals.BBox.#ctor(Microsoft.DirectX.Vector3,System.Single)"]

See Also