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: 19.01.00
Syntax
C#
public QuantizedSpace(
	Vector3 center,
	Vector3 extents,
	float bucketSize
)

Parameters

center  Vector3

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

extents  Vector3

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

bucketSize  Single

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

See Also