Click or drag to resize

BSphere(Vector3, Single) Constructor

Initializes a new instance of the BSphere class

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

Parameters

center  Vector3

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

radius  Single

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

See Also