Click or drag to resize

QuantizedSpace Constructor

Initializes a new instance of the QuantizedSpace class

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public QuantizedSpace(
	Vector3 center,
	Vector3 extents,
	float bucketSize
)

Parameters

center
Type: Microsoft.DirectXVector3

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

extents
Type: Microsoft.DirectXVector3

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

bucketSize
Type: SystemSingle

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

See Also